mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-17 07:48:18 +01:00
Set for production
This commit is contained in:
parent
5cf8bb0445
commit
da7e36772b
1 changed files with 4 additions and 4 deletions
|
@ -774,10 +774,10 @@ def main():
|
|||
'-t': argparse.tracking
|
||||
}
|
||||
|
||||
# try:
|
||||
arguments[args[0]]()
|
||||
# except (KeyError, IndexError):
|
||||
usage.help_short(1)
|
||||
try:
|
||||
arguments[args[0]]()
|
||||
except (KeyError, IndexError):
|
||||
usage.help_short(1)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
|
Loading…
Reference in a new issue