Skip to content
Snippets Groups Projects
Commit 24d0b767 authored by Tiago de Freitas Pereira's avatar Tiago de Freitas Pereira
Browse files

Integrating gridtk [skip ci]

parent 779c2a54
Branches
Tags
1 merge request!14gridtk integration
Pipeline #
......@@ -27,11 +27,11 @@ import sys
def dump_commandline():
command_line = ""
command_line = []
for command in sys.argv:
if command == "grid":
break
command_line += "{0} ".format(command)
command_line.append(command)
return command_line
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment