summaryrefslogtreecommitdiff
path: root/kpov_judge/test_task.py
diff options
context:
space:
mode:
Diffstat (limited to 'kpov_judge/test_task.py')
-rwxr-xr-xkpov_judge/test_task.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/kpov_judge/test_task.py b/kpov_judge/test_task.py
index c35aabd..c6f6014 100755
--- a/kpov_judge/test_task.py
+++ b/kpov_judge/test_task.py
@@ -185,6 +185,7 @@ if __name__ == '__main__':
if basic_args.help:
# params_argparser.print_help()
print params_argparser.format_help()
+ exit(0)
# run task.task()
public_params = dict()
for k in inspect.getargs(task.func_code)[0]: