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

bugfix: removed an item from the function list of submit_job_to_ecserver

parent 06c45e7b
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment