Skip to content
Snippets Groups Projects
Commit 0629ba8c authored by Anne Philipp's avatar Anne Philipp
Browse files

removed print line

parent f2616a33
Branches
Tags 4.0.4
No related merge requests found
......@@ -152,7 +152,6 @@ def submit(jtemplate, c, queue):
c.end_date = (start + chunk).strftime("%Y%m%d")
else:
c.end_date = end.strftime("%Y%m%d")
print c.start_date +' bis ' + c.end_date
clist = c.to_list()
......@@ -192,7 +191,6 @@ def submit(jtemplate, c, queue):
job_id = submit_job_to_ecserver(queue, job_file)
print('The job id is: ' + str(job_id.strip()))
print('You should get an email per job with subject flex.hostname.pid')
return
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment