1
0
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:
Rob van der Linde 2023-10-05 13:47:11 +13:00 committed by Andrew Bartlett
parent c3876242fd
commit 99c93c1e89

View File

@ -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'