Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ActEV
diva_evaluation_cli
Commits
500093a5
Commit
500093a5
authored
Nov 20, 2018
by
Alexandre Boyer
Browse files
fix monitor
parent
f95d6bf1
Pipeline
#124252
passed with stage
in 36 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
diva_evaluation_cli/bin/private_src/implementation/resources_monitoring/monitor.py
View file @
500093a5
...
...
@@ -71,7 +71,7 @@ class Monitor():
self
.
main_process_pid
=
os
.
getpid
()
self
.
main_function
(
self
.
args
)
self
.
main_function
(
**
self
.
args
.
__dict__
)
self
.
monitor
=
Process
(
target
=
self
.
monitor_resources
)
self
.
monitor
.
start
()
...
...
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