mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
gpo PEP8: balance whitespace around equals
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: David Mulder <dmulder@suse.com> Reviewed-by: Aurelien Aptel <aaptel@suse.com>
This commit is contained in:
parent
6ac1445a99
commit
ba87e23b38
@ -251,7 +251,7 @@ class GPOStorage:
|
||||
if os.path.isfile(log_file):
|
||||
self.log = tdb.open(log_file)
|
||||
else:
|
||||
self.log = tdb.Tdb(log_file, 0, tdb.DEFAULT, os.O_CREAT |os.O_RDWR)
|
||||
self.log = tdb.Tdb(log_file, 0, tdb.DEFAULT, os.O_CREAT | os.O_RDWR)
|
||||
|
||||
def start(self):
|
||||
self.log.transaction_start()
|
||||
|
Loading…
Reference in New Issue
Block a user