mirror of
https://github.com/samba-team/samba.git
synced 2025-03-07 00:58:40 +03:00
r2736: Fix bug in Python printerdata wraper found by Daniel Jarboe.
(This used to be commit 8ec28d613d6dcade135b314c6764fbafcc8ed79c)
This commit is contained in:
parent
11c15472f8
commit
8ffb8bf944
@ -62,4 +62,4 @@ class printerdata_ex:
|
||||
return self.hnd.getprinterdataex(self.key, key)['data']
|
||||
|
||||
def __getitem__(self, key):
|
||||
return self.printerdata_ex_subkey(self.host, key, creds, access)
|
||||
return self.printerdata_ex_subkey(self.host, key, self.creds, access)
|
||||
|
Loading…
x
Reference in New Issue
Block a user