1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-09 00:23:50 +03:00

PEP8: fix E125: continuation line with same indent as next logical line

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:45 +12:00
committed by Douglas Bagnall
parent dba0c7ebe5
commit aa163f1a9c
4 changed files with 6 additions and 6 deletions

View File

@@ -304,7 +304,7 @@ class cmd_list(Command):
}
def run(self, sambaopts=None, credopts=None, versionopts=None, H=None,
full_dn=False):
full_dn=False):
lp = sambaopts.get_loadparm()
creds = credopts.get_credentials(lp, fallback_machine=True)
samdb = SamDB(url=H, session_info=system_session(),