Commit af3e3b8c authored by Anna-Maria Amelkina's avatar Anna-Maria Amelkina

изменения в comsdk

parent 8a5a1b50
...@@ -178,10 +178,7 @@ class LocalCommunication(BaseCommunication): ...@@ -178,10 +178,7 @@ class LocalCommunication(BaseCommunication):
command_line += 'cd {} && {}'.format(working_dir, command) command_line += 'cd {} && {}'.format(working_dir, command)
#self._print_exec_msg(command_line, is_remote=False) #self._print_exec_msg(command_line, is_remote=False)
#res = subprocess.call([command_line], shell=True) #res = subprocess.call([command_line], shell=True)
<<<<<<< HEAD
# print(command_line) # print(command_line)
=======
>>>>>>> ebfc68c5c8e9bd0bb9dbfa793484ea58d4e5a1e7
res = subprocess.run(command_line, shell=True) res = subprocess.run(command_line, shell=True)
return [], [] return [], []
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment