Skip to content

Commit bf76792

Browse files
committed
better osg log naming scheme
1 parent 2915fb2 commit bf76792

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MCwrapper/gluex_MC.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,8 +229,8 @@ def OSG_add_job(VERBOSE, WORKFLOW, RUNNUM, FILENUM, indir, COMMAND, NCORES, DAT
229229
f.write('on_exit_remove = true'+"\n")
230230
f.write('on_exit_hold = false'+"\n")
231231
f.write("Error = "+LOG_DIR+"/log/"+"error_"+JOBNAME+".log\n")
232-
f.write("Log = "+LOG_DIR+"/log/"+"out_"+JOBNAME+".log\n")
233-
f.write("output = "+LOG_DIR+"/log/"+"OSGout_"+JOBNAME+".log\n")
232+
f.write("output = "+LOG_DIR+"/log/"+"out_"+JOBNAME+".log\n")
233+
f.write("log = "+LOG_DIR+"/log/"+"OSG_"+JOBNAME+".log\n")
234234
f.write("initialdir = "+RUNNING_DIR+"\n")
235235
#f.write("transfer_input_files = "+ENVFILE+"\n")
236236
f.write("transfer_input_files = "+indir+", "+ENVFILE+additional_passins+"\n")

0 commit comments

Comments
 (0)