diff --git a/classes/JDLCreator.py b/classes/JDLCreator.py index b58159e5acdef717db0caeecf7edb85df953d5fd..a88e85494daa1a7d9068a144e3310e9306e784a8 100755 --- a/classes/JDLCreator.py +++ b/classes/JDLCreator.py @@ -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: