Skip to content

prepare_shell_job_inputs: metadata.computer not forwarded to CalcJob for PortableCode #112

@rikigigi

Description

@rikigigi

metadata.computer is popped:

computer = metadata.pop('computer', None)

if I use a PortableCode (without the computer defined) this works only if I specify both metadata.options.computer and metadata.computer, so that the (wrong?) logic pops only the first one and not the second.

I think metadata.computer should not be popped...

Is my reasoning correct? As it is now PortableCodes work only with this strange workaround?

thank you

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