gpo PEP8: balance whitespace around equals
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Wed, 29 Aug 2018 01:30:59 +0000 (13:30 +1200)
committerAurélien Aptel <aaptel@samba.org>
Mon, 8 Oct 2018 16:17:16 +0000 (18:17 +0200)
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: David Mulder <dmulder@suse.com>
Reviewed-by: Aurelien Aptel <aaptel@suse.com>
python/samba/gpclass.py

index c3941cf703a0a2633dbae1595898c7d361a99938..b7c53ebb52203cb9caf9afae2aa8f246bc4fca2d 100644 (file)
@@ -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()