Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Felix Seibert
xtreemfs_client
Commits
07476c7f
Commit
07476c7f
authored
Feb 16, 2018
by
Felix Seibert
Browse files
adding returncode to print command execution results
parent
d511d957
Changes
1
Hide whitespace changes
Inline
Side-by-side
xtreemfs_client/div_util.py
View file @
07476c7f
...
...
@@ -55,6 +55,7 @@ def print_process_list(processes):
print
(
"command: "
+
str
(
process
[
0
]))
print
(
"stout: "
+
str
(
process
[
1
][
0
]))
print
(
"stderr: "
+
str
(
process
[
1
][
1
]))
print
(
"returncode: "
+
str
(
process
[
2
]))
"""
...
...
Write
Preview
Supports
Markdown
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