Skip to content
Snippets Groups Projects
Commit 94515dfa authored by Samuel GAIST's avatar Samuel GAIST
Browse files

[scripts][loop_execute] Add output closing

parent 0549151d
No related branches found
No related tags found
1 merge request!54Implement loop output
...@@ -195,6 +195,7 @@ def main(arguments=None): ...@@ -195,6 +195,7 @@ def main(arguments=None):
logger.debug("loop: Starting process") logger.debug("loop: Starting process")
loop_executor.process() loop_executor.process()
loop_executor.wait() loop_executor.wait()
loop_executor.close()
except (MemoryError): except (MemoryError):
raise raise
except Exception as e: except Exception as e:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment