Skip to content
Snippets Groups Projects
Commit cdb7fb67 authored by nkour's avatar nkour
Browse files

add print to assist baze. see #2600

parent 0580e69f
No related branches found
No related tags found
No related merge requests found
......@@ -379,6 +379,7 @@ def is_in_path(name_of_command, return_abs_path = False):
return is_in_dir
def exec_command(command):
print command
subprocess.Popen(command, shell = True)
def build_command(executable, parameter):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment