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
beat
beat.backend.python
Commits
94515dfa
Commit
94515dfa
authored
Jul 11, 2019
by
Samuel GAIST
Browse files
[scripts][loop_execute] Add output closing
parent
0549151d
Changes
1
Hide whitespace changes
Inline
Side-by-side
beat/backend/python/scripts/loop_execute.py
View file @
94515dfa
...
...
@@ -195,6 +195,7 @@ def main(arguments=None):
logger
.
debug
(
"loop: Starting process"
)
loop_executor
.
process
()
loop_executor
.
wait
()
loop_executor
.
close
()
except
(
MemoryError
):
raise
except
Exception
as
e
:
...
...
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