Skip to content
Snippets Groups Projects
Commit df7c68bc authored by Amandine  PERRIN's avatar Amandine PERRIN
Browse files

Trying to check args when running all modules

parent 0d696b5e
No related branches found
No related tags found
No related merge requests found
......@@ -75,7 +75,7 @@ def parse_arguments(argv):
add_help=False)
all_modules.build_parser(parser_all)
actions["all_modules"] = all_modules.main_from_parse
checks["all_modules"] = all_modules.check_args
# checks["all_modules"] = all_modules.check_args
# Preparation part. Start with ASCII art title, + small description of subcommand
parser_prepare = subparsers.add_parser('prepare',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment