Skip to content

Commit

Permalink
Merge 1b9830b into e05adab
Browse files Browse the repository at this point in the history
  • Loading branch information
Dinos Kousidis committed Jan 16, 2019
2 parents e05adab + 1b9830b commit 0f017b5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion reana_commons/api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ def submit(self,
cmd='',
prettified_cmd='',
workflow_workspace='',
job_name=''):
job_name='',
cvmfs_mounts=None):
"""Submit a job to RJC API.
:param name: Name of the job.
Expand All @@ -85,6 +86,7 @@ def submit(self,
'env_vars': {},
'workflow_workspace': workflow_workspace,
'job_name': job_name,
'cvmfs_mounts': cvmfs_mounts
}

response, http_response = self._client.jobs.create_job(job=job_spec).\
Expand Down

0 comments on commit 0f017b5

Please sign in to comment.