Cleaned up tabbing

Cleaned up tabbing.
This commit is contained in:
eholtam
2016-01-07 10:45:34 -06:00
parent 36514fc748
commit fdc031ef83
+2 -2
View File
@@ -885,8 +885,8 @@ def handleSubcommand(args):
# check if any arguments are passed.
# if not, list subcommands.
if len(args) < 1:
help(args)
return 2
help(args)
return 2
# strip leading hyphens and
# replace embedded hyphens with underscores