wooey / Wooey

A Django app that creates automatic web UIs for Python scripts.
http://wooey.readthedocs.org
BSD 3-Clause "New" or "Revised" License
2.13k stars 184 forks source link

Fix multiple argument parsing #270

Closed Chris7 closed 5 years ago

Chris7 commented 5 years ago

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

coveralls commented 5 years ago

Coverage Status

Coverage increased (+0.009%) to 78.689% when pulling f2ec891b81d23a966e5058df92ac992b95d21290 on fix-multiple-args into f8643076e3592086233e5dec8527945e40abb019 on master.