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

removed print line

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