maestrowf
maestrowf copied to clipboard
$(LAUNCHER) remains in generated study script when batch type == 'local'
When maestro config has:
batch: type: local
The $(LAUNCHER) is left in the maestro generated (#!/bin/bash) scripts and there is an error:
LAUNCHER: command not found
when the script is run.
The script does execute even though bash doesn't like it that LAUNCHER is not defined.