mirror of
https://github.com/samba-team/samba.git
synced 2025-12-19 12:23:49 +03:00
PEP8: fix E128: continuation line under-indented for visual indent
Signed-off-by: Joe Guo <joeg@catalyst.net.nz> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Thu Sep 6 15:50:17 CEST 2018 on sn-devel-144
This commit is contained in:
@@ -147,9 +147,9 @@ class GpoCmdTestCase(SambaToolCmdTest):
|
||||
|
||||
# Compare the directories
|
||||
self.assertIsNone(has_difference(os.path.join(new_path, 'policy',
|
||||
gpo_guid),
|
||||
static_path, binary=True,
|
||||
xml=False))
|
||||
gpo_guid),
|
||||
static_path, binary=True,
|
||||
xml=False))
|
||||
finally:
|
||||
if gpo_guid:
|
||||
(result, out, err) = self.runsubcmd("gpo", "del", gpo_guid,
|
||||
@@ -222,10 +222,10 @@ class GpoCmdTestCase(SambaToolCmdTest):
|
||||
|
||||
# Compare the directories
|
||||
self.assertIsNone(has_difference(os.path.join(new_path, 'policy',
|
||||
gpo_guid1),
|
||||
os.path.join(new_path, 'policy',
|
||||
gpo_guid2),
|
||||
binary=True, xml=False))
|
||||
gpo_guid1),
|
||||
os.path.join(new_path, 'policy',
|
||||
gpo_guid2),
|
||||
binary=True, xml=False))
|
||||
finally:
|
||||
if gpo_guid1:
|
||||
(result, out, err) = self.runsubcmd("gpo", "del", gpo_guid1,
|
||||
@@ -303,10 +303,10 @@ class GpoCmdTestCase(SambaToolCmdTest):
|
||||
|
||||
# Compare the directories
|
||||
self.assertIsNone(has_difference(os.path.join(new_path, 'policy',
|
||||
gpo_guid1),
|
||||
os.path.join(new_path, 'policy',
|
||||
gpo_guid2),
|
||||
binary=True, xml=True))
|
||||
gpo_guid1),
|
||||
os.path.join(new_path, 'policy',
|
||||
gpo_guid2),
|
||||
binary=True, xml=True))
|
||||
finally:
|
||||
if gpo_guid1:
|
||||
(result, out, err) = self.runsubcmd("gpo", "del", gpo_guid1,
|
||||
@@ -391,9 +391,9 @@ class GpoCmdTestCase(SambaToolCmdTest):
|
||||
|
||||
# Compare the directories (XML)
|
||||
self.assertIsNone(has_difference(os.path.join(new_path, 'policy',
|
||||
gpo_guid),
|
||||
static_path, binary=False,
|
||||
xml=True))
|
||||
gpo_guid),
|
||||
static_path, binary=False,
|
||||
xml=True))
|
||||
finally:
|
||||
if gpo_guid:
|
||||
(result, out, err) = self.runsubcmd("gpo", "del", gpo_guid,
|
||||
|
||||
Reference in New Issue
Block a user