mirror of
https://github.com/samba-team/samba.git
synced 2025-02-22 05:57:43 +03:00
netcmd: PEP8: minor whitespace fix, file did not pass PEP8
Signed-off-by: Rob van der Linde <rob@catalyst.net.nz> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
parent
c3876242fd
commit
99c93c1e89
@ -339,7 +339,7 @@ class SuperCommand(Command):
|
||||
sub = self.subcommands[a]
|
||||
return sub._resolve(sub_path, *sub_args, outf=outf, errf=errf)
|
||||
|
||||
elif a in [ '--help', 'help', None, '-h', '-V', '--version' ]:
|
||||
elif a in ['--help', 'help', None, '-h', '-V', '--version']:
|
||||
# we pass these to the leaf node.
|
||||
if a == 'help':
|
||||
a = '--help'
|
||||
|
Loading…
x
Reference in New Issue
Block a user