From 12bedfd2e5503b4478523ff36c5a5ff1c465898d Mon Sep 17 00:00:00 2001 From: Anne Tipka <anne.tipka@ctbto.org> Date: Tue, 25 Oct 2022 09:05:16 +0000 Subject: [PATCH] corrected list of parameters for event submission --- Source/Python/submit.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/Python/submit.py b/Source/Python/submit.py index e4ad740..3a75294 100755 --- a/Source/Python/submit.py +++ b/Source/Python/submit.py @@ -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())) -- GitLab