Skip to content
Snippets Groups Projects
Commit 39c23ebf authored by Peters, Wouter's avatar Peters, Wouter
Browse files

small error in name of log file in template

parent 2b79af63
Branches
No related tags found
No related merge requests found
......@@ -172,7 +172,7 @@ def archive_pipeline(dacycle, platform, dasystem):
jobfile = os.path.join(targetdir, 'jb.rsync.%s.jb' % jobid)
logfile = os.path.join(targetdir, 'jb.rsync.%s.log' % jobid)
# Template and commands for job
jobparams = {'jobname':"r.%s" % jobid, 'jobnodes': '1', 'jobtime': '1:00:00', 'logfile': logfile, 'errfile': logfile}
jobparams = {'jobname':"r.%s" % jobid, 'jobnodes': '1', 'jobtime': '1:00:00', 'joblog': logfile, 'errfile': logfile}
if platform.ID == 'cartesius':
jobparams['jobqueue'] = 'staging'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment