diff --git a/python/samba/gpclass.py b/python/samba/gpclass.py index c3941cf703a..b7c53ebb522 100644 --- a/python/samba/gpclass.py +++ b/python/samba/gpclass.py @@ -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()