We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2abd639 commit e53b82dCopy full SHA for e53b82d
MC/bin/o2_dpg_workflow_runner.py
@@ -1022,7 +1022,7 @@ def execute(self):
1022
# a bit ALICEO2+O2DPG specific but for now a convenient place to
1023
# restore original behaviour of ALICEO2_CCDB_LOCALCACHE semantics
1024
# TODO: introduce a proper workflow-globalinit section which is defined inside the workflow json
1025
- if os.environ['ALICEO2_CCDB_LOCALCACHE'] != None:
+ if os.environ.get('ALICEO2_CCDB_LOCALCACHE') != None:
1026
os.environ['IGNORE_VALIDITYCHECK_OF_CCDB_LOCALCACHE'] = "ON"
1027
1028
errorencountered = False
0 commit comments