Skip to content
Snippets Groups Projects
Commit 92301737 authored by lawrenceleejr's avatar lawrenceleejr
Browse files

SimulationJobOptions: Fixing internal JOBOPTSEARCHPATH bug

Former-commit-id: 4eb42070cf7f115323b7a34e2545770e0516087c
parent a7fa533f
No related branches found
No related tags found
No related merge requests found
......@@ -463,6 +463,12 @@ if usePythia8:
from EvgenJobTransforms.jo_proxy import mk_jo_proxy
mk_jo_proxy(cvmfs_mc15, "MC15JobOptions", "_joproxy15")
# Updating JOBOPTSEARCHPATH env var on the athena side
import re,os
from AthenaCommon import Include
Include.optionsPathEnv = os.environ[ 'JOBOPTSEARCHPATH' ]
Include.optionsPath = re.split( ',|' + os.pathsep, Include.optionsPathEnv )
# Include the job options themselves
include(JO)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment