Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
argo
nrm
Commits
6e5c5844
Commit
6e5c5844
authored
Feb 25, 2019
by
Swann Perarnau
Browse files
Merge branch 'minimize-fds' into 'master'
Cleanup open file descriptors on forks See merge request
!61
parents
a35bbc69
de80b471
Pipeline
#5579
passed with stages
in 4 minutes and 15 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
nrm/subprograms.py
View file @
6e5c5844
...
...
@@ -130,7 +130,8 @@ class NodeOSClient(object):
args
.
append
(
cmd
)
return
process
.
Subprocess
(
args
,
stdout
=
process
.
Subprocess
.
STREAM
,
stderr
=
process
.
Subprocess
.
STREAM
)
stderr
=
process
.
Subprocess
.
STREAM
,
close_fds
=
True
)
class
ChrtClient
(
object
):
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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