typo in python/samba/printerdata.py

daniel.jarboe at custserv.com daniel.jarboe at custserv.com
Wed Sep 29 11:58:54 GMT 2004


> > diff -u attached to fix scope problem in printerdata_ex.__getitem__
>
> Thanks - I've checked this in.

Thanks Tim,

But svn diff shows:
return self.printerdata_ex_subkey(self.host, key, self.creds, access)

instead of what it should be:
return self.printerdata_ex_subkey(self.host, key, self.creds,
self.access)

Without self.access the error is "global name 'access' is not defined"

~ Daniel








More information about the samba-technical mailing list