mirror of
https://github.com/samba-team/samba.git
synced 2025-08-03 04:22:09 +03:00
Fix PEP8 warning E122/E126/E127 wrong indent for continuation lines
Signed-off-by: Tim Beale <timbeale@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
This commit is contained in:
committed by
Andrew Bartlett
parent
96b726ea86
commit
9b86c5f8bc
@ -31,7 +31,7 @@ class PwdSettingsCmdTestCase(SambaToolCmdTest):
|
||||
os.environ["DC_PASSWORD"])
|
||||
self.ldb = self.getSamDB("-H", self.server, self.user_auth)
|
||||
self.pso_container = \
|
||||
"CN=Password Settings Container,CN=System,%s" % self.ldb.domain_dn()
|
||||
"CN=Password Settings Container,CN=System,%s" % self.ldb.domain_dn()
|
||||
self.obj_cleanup = []
|
||||
|
||||
def tearDown(self):
|
||||
|
Reference in New Issue
Block a user