Skip to content
Snippets Groups Projects
Commit 59a3daca authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Remove use of --

parent 1fa66e67
No related branches found
No related tags found
No related merge requests found
......@@ -209,7 +209,7 @@ def make_python_wrapper(wrapper, command):
if not isinstance(wrapper, (list, tuple)): wrapper = [wrapper]
if not isinstance(command, (list, tuple)): command = [command]
return make_shell('/usr/bin/python', wrapper + ['--'] + command)
return make_shell('/usr/bin/python', wrapper + command)
def make_torch_wrapper(torch, debug, command):
"""Submits a command using the Torch python wrapper so the **command**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment