From: Joe Guo Date: Mon, 3 Sep 2018 13:05:31 +0000 (+1200) Subject: PEP8: fix E124: closing bracket does not match visual indentation X-Git-Tag: tdb-1.3.17~1729 X-Git-Url: http://git.samba.org/?p=samba.git;a=commitdiff_plain;h=7ff6c198776e904aea5e9aa60d6aa26335c0f6ab PEP8: fix E124: closing bracket does not match visual indentation Signed-off-by: Joe Guo Reviewed-by: Douglas Bagnall Reviewed-by: Andrew Bartlett --- diff --git a/python/samba/gp_sec_ext.py b/python/samba/gp_sec_ext.py index 439d016f0a0..d74dd252fc1 100644 --- a/python/samba/gp_sec_ext.py +++ b/python/samba/gp_sec_ext.py @@ -43,7 +43,7 @@ class inf_to_kdc_tdb(gp_ext_setter): self.mins_to_hours), 'kdc:renewal_lifetime': (self.set_kdc_tdb, self.days_to_hours), - } + } def __str__(self): return 'Kerberos Policy' @@ -102,7 +102,7 @@ class inf_to_ldb(gp_ext_setter): "minPwdLength": (self.ch_minPwdLength, self.explicit), "pwdProperties": (self.ch_pwdProperties, self.explicit), - } + } def __str__(self): return 'System Access' diff --git a/source4/torture/drs/python/getnc_exop.py b/source4/torture/drs/python/getnc_exop.py index 2084db42eab..ca73840f29c 100644 --- a/source4/torture/drs/python/getnc_exop.py +++ b/source4/torture/drs/python/getnc_exop.py @@ -1036,7 +1036,7 @@ class DrsReplicaSyncSortTestCase(drs_base.DrsBaseTestCase): drsuapi.DRSUAPI_DS_LINKED_ATTRIBUTE_FLAG_ACTIVE, g_guid, u2_guid), - ]) + ]) dc_guid_1 = self.ldb_dc1.get_invocation_id()