From 0629ba8c9c377741874e542a03bbdc6e9b4d9882 Mon Sep 17 00:00:00 2001 From: Anne Philipp <anne.philipp@univie.ac.at> Date: Fri, 14 Dec 2018 14:06:28 +0100 Subject: [PATCH] removed print line --- source/python/submit.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/python/submit.py b/source/python/submit.py index 98fb458..50cce9d 100755 --- a/source/python/submit.py +++ b/source/python/submit.py @@ -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 -- GitLab