Skip to content

[Feature request] Singularity 3.*, now supports arguments in %startscript for instances. #81

@al3x609

Description

@al3x609

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions