From b1d07c92a5b057f648d3741f1ea322e1e9d67b1f Mon Sep 17 00:00:00 2001 From: Anne Philipp <anne.philipp@univie.ac.at> Date: Fri, 31 Aug 2018 18:36:37 +0200 Subject: [PATCH] bugfix: removed an item from the function list of submit_job_to_ecserver --- python/tools.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/python/tools.py b/python/tools.py index 7e097bf..25529e7 100644 --- a/python/tools.py +++ b/python/tools.py @@ -482,16 +482,13 @@ def put_file_to_ecserver(ecd, filename, target, ecuid, ecgid): return -def submit_job_to_ecserver(ecd, target, jobname): +def submit_job_to_ecserver(target, jobname): ''' @Description: Uses ecaccess to submit a job to the ECMWF server. Catches and prints the error if one arise. @Input: - ecd: string - The path were the file is to be stored. - target: string The target where the file should be sent to, e.g. the queue. -- GitLab