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:
@ -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)
|
||||
|
Reference in New Issue
Block a user