mirror of
https://github.com/samba-team/samba.git
synced 2025-12-16 00:23:52 +03:00
python: Remove unnecessary 'pass' statements
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz> Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
committed by
Andreas Schneider
parent
0eb3041bfa
commit
ba54c9cc06
@@ -1131,7 +1131,6 @@ class DCJoinContext(object):
|
||||
except WERRORError as e:
|
||||
if e.args[0] == werror.WERR_DNS_ERROR_NAME_DOES_NOT_EXIST:
|
||||
name_found = False
|
||||
pass
|
||||
|
||||
if name_found:
|
||||
for rec in res.rec:
|
||||
|
||||
Reference in New Issue
Block a user