diff --git a/src/environment_manager.py b/src/environment_manager.py index cc7da2e8a..10f996c61 100644 --- a/src/environment_manager.py +++ b/src/environment_manager.py @@ -440,7 +440,7 @@ def validate_commands(self): ' -b '.join([''] + reqs.get('ncl', [])), ' -c '.join([''] + reqs.get('Rscript', [])) ] - return [''.join(command)] + return [''.join(command).replace('(','\(').replace(')','\)')] def runtime_exception_handler(self, exc): """Handler which is called if an exception is raised during the POD's