The logic for collapse_args is inverted, where the parameter key should be specified for each value only if an action='append' like option in enabled. This addresses https://github.com/wooey/Wooey/issues/269
Coverage increased (+0.009%) to 78.689% when pulling f2ec891b81d23a966e5058df92ac992b95d21290 on fix-multiple-args into f8643076e3592086233e5dec8527945e40abb019 on master.
The logic for collapse_args is inverted, where the parameter key should be specified for each value only if an
action='append'
like option in enabled. This addresses https://github.com/wooey/Wooey/issues/269