1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-02 00:22:11 +03:00

PEP8: fix E122: continuation line missing indentation or outdented

Signed-off-by: Joe Guo <joeg@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
This commit is contained in:
Joe Guo
2018-07-30 18:14:21 +12:00
committed by Douglas Bagnall
parent b43408b383
commit 297faf3252
14 changed files with 305 additions and 305 deletions

View File

@ -1797,7 +1797,7 @@ class SamTests(samba.tests.TestCase):
def assertLDAPErrorMsg(msg, expected_msg):
self.assertTrue(expected_msg in msg,
"msg[%s] does not contain expected[%s]" % (
msg, expected_msg))
msg, expected_msg))
try:
ldb_fail = SamDB(url=host, credentials=sasl_wrong_creds, lp=lp)