Skip to content
Snippets Groups Projects
Commit 12bedfd2 authored by Anne Tipka's avatar Anne Tipka :headphones:
Browse files

corrected list of parameters for event submission

parent 6e16c9d2
Branches
No related tags found
No related merge requests found
......@@ -203,8 +203,8 @@ def submit(jtemplate, c, queue):
mk_jobscript(jtemplate, job_file, clist)
#job_id = submit_job_to_ecserver(queue, job_file)
job_id = submit_eventjob_to_ecserver(queue, c.eventjobname,
c.eventid, c.ecuid)
job_id = submit_eventjob_to_ecserver(queue, job_file, c.eventid ,
c.eventjobname, c.ecuid)
print('The job id is: ' + str(job_id.strip()))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment