Fix merge for develop option

parent e076985e
...@@ -278,7 +278,6 @@ def parseArgumentTupleAndReturnSlapgridObject(*argument_tuple): ...@@ -278,7 +278,6 @@ def parseArgumentTupleAndReturnSlapgridObject(*argument_tuple):
develop=option_dict.get('develop', False), develop=option_dict.get('develop', False),
software_release_filter_list=option_dict.get('only_sr', None), software_release_filter_list=option_dict.get('only_sr', None),
computer_partition_filter_list=option_dict.get('only_cp', None), computer_partition_filter_list=option_dict.get('only_cp', None),
develop=option_dict.get('develop', False)
), ),
option_dict]) 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