Skip to content
Snippets Groups Projects
Commit 9725b7c4 authored by Matthias Schnepf's avatar Matthias Schnepf
Browse files

Fix RemoteJob tag

parent 445dc07d
Branches master
No related tags found
No related merge requests found
......@@ -455,7 +455,7 @@ class JDLCreator(object):
# add remote job
if self._remote_job is True:
jdl_content.append('RemoteJob = true')
jdl_content.append('+RemoteJob = True')
# add requirements
if len(self._cloud_site.requirements) > 0:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment