Commit db3fb060 authored by Cédric Le Ninivin's avatar Cédric Le Ninivin

Fixed problem with all option

parent a9076ca0
......@@ -167,7 +167,7 @@ def parseArgumentTupleAndReturnSlapgridObject(*argument_tuple):
missing_mandatory_parameter_list.append(mandatory_parameter)
if 'all' in option_dict:
option_dict.set('develop',True)
option_dict['develop'] = True
repository_required = False
if 'key_file' in option_dict:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment