mirror of
https://github.com/samba-team/samba.git
synced 2025-12-14 20:23:54 +03:00
PEP8: fix E128: continuation line under-indented for visual indent
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:
@@ -201,9 +201,9 @@ class cmd_testparm(Command):
|
||||
# this is totally ugly, a real `quick' hack
|
||||
for s in lp.services():
|
||||
if (self.allow_access(lp.get("hosts deny"), lp.get("hosts allow"), cname,
|
||||
caddr) and
|
||||
caddr) and
|
||||
self.allow_access(lp.get("hosts deny", s), lp.get("hosts allow", s),
|
||||
cname, caddr)):
|
||||
cname, caddr)):
|
||||
logger.info("Allow connection from %s (%s) to %s", cname, caddr, s)
|
||||
else:
|
||||
logger.info("Deny connection from %s (%s) to %s", cname, caddr, s)
|
||||
|
||||
Reference in New Issue
Block a user