Skip to content

Commit

Permalink
Update BatchScriptTemplate.py.template (#2319)
Browse files Browse the repository at this point in the history
  • Loading branch information
mesmith75 authored Apr 10, 2024
1 parent 1dd9b2b commit 2a6bc14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ganga/GangaCore/Lib/Batch/BatchScriptTemplate.py.template
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ sys.path.insert(0, ###GANGADIR###)
sys.path.insert(0,os.path.join(workdir,PYTHON_DIR))

runenv = os.environ.copy()
for key,value in environment.iteritems():
for key,value in environment.items():
runenv[key] = value

sysout2 = os.dup(sys.stdout.fileno())
Expand Down

0 comments on commit 2a6bc14

Please sign in to comment.