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 |