Skip to content
Snippets Groups Projects
Commit cd716141 authored by Mattia Mancini's avatar Mattia Mancini
Browse files

SW-13: fix return in function call

parent 33043c81
No related branches found
No related tags found
No related merge requests found
......@@ -778,6 +778,7 @@ def setup_command_argument_parser():
parser.add_argument('--xcsubband', type=str, default="")
parser.add_argument('--loops', type=int, default=1)
parser.add_argument('--mode', type=int, default=None)
return parser
def parse_and_execute_command_arguments():
......
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