Skip to content
Snippets Groups Projects
Commit 5a619e50 authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

TMSS-60: allow more args

parent 16739fe3
No related branches found
No related tags found
1 merge request!154Resolve TMSS-60 and TMSS-171 and TMSS-198
...@@ -38,7 +38,7 @@ if __name__ == '__main__': ...@@ -38,7 +38,7 @@ if __name__ == '__main__':
(options, args) = parser.parse_args() (options, args) = parser.parse_args()
if len(args) != 1: if len(args) < 1:
parser.print_help() parser.print_help()
exit(-1) exit(-1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment