Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
pycomsdk
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
com
pycomsdk
Commits
af3e3b8c
Commit
af3e3b8c
authored
Jun 29, 2022
by
Anna-Maria Amelkina
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
изменения в comsdk
parent
8a5a1b50
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
communication.py
comsdk/communication.py
+0
-3
No files found.
comsdk/communication.py
View file @
af3e3b8c
...
@@ -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
[],
[]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment