Skip to content

Fix forwarding of analysis module list-type CLI arguments to workers

Sebastien Wertz requested to merge swertz/bamboo:fix-argForwarding into master

List-type arguments passed to the analysis module through bambooRun, e.g. --arg val1 val2, were being forwarded as --arg=val1 val2 to the worker jobs, which is not the correct syntax (val2 would be interpreted as a separate positional argument). This fixes it.

Thanks to @kcormier for reporting.

Edited by Sebastien Wertz

Merge request reports