Hi Vanessa,
the developers have added this functionality.
It would be nice to have it in spython and not depend more on environment variables.
watch this
Feature request
pull merged
maybe these lines can be improved to include this functionality. e.g
|
if args is not None: |
|
if not isinstance(args, list): |
|
args = args.split(' ') |
|
cmd = cmd + args |
Hi Vanessa,
the developers have added this functionality.
It would be nice to have it in spython and not depend more on environment variables.
watch this
Feature request
pull merged
maybe these lines can be improved to include this functionality. e.g
singularity-cli/spython/main/run.py
Lines 73 to 76 in 7893bdd