Skip to content

combineTool.py dependence on CMSSW #1049

Open
@andrzejnovak

Description

@andrzejnovak

combineTool.py currently expects CMSSW variables to be set in all cases

{"CMSSW_BASE": os.environ["CMSSW_BASE"], "SCRAM_ARCH": os.environ["SCRAM_ARCH"], "PWD": os.environ["PWD"]}

but some if not most functions are not actually dependent on it, e.g. running with

--job-mode interactive  --task-name name  -s 0:10:1 --parallel 10

While this can be currently sidestepped by setting CMSSW_BASE etc to some dummy values, that's not optimal

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