rm the print
This commit is contained in:
parent
2347b67733
commit
78e56c56e8
|
@ -379,7 +379,6 @@ def is_in_path(name_of_command, return_abs_path = False):
|
||||||
return is_in_dir
|
return is_in_dir
|
||||||
|
|
||||||
def exec_command(command):
|
def exec_command(command):
|
||||||
print command
|
|
||||||
subprocess.Popen(command, shell = True)
|
subprocess.Popen(command, shell = True)
|
||||||
|
|
||||||
def build_command(executable, parameter):
|
def build_command(executable, parameter):
|
||||||
|
|
Loading…
Reference in New Issue