There was an error while loading. Please reload this page.
1 parent 3e5d011 commit 9ae14c3Copy full SHA for 9ae14c3
1 file changed
cawsr.py
@@ -369,9 +369,12 @@ def run_scenario(
369
finally:
370
try:
371
result_.get_nowait()
372
+ logger.info("Clearing process pipe...")
373
except multiprocessing.queues.Empty:
- pass
374
+ logger.info("Process pipe is empty")
375
+ logger.info("Stopping process...")
376
result_.put(result_dict)
377
+ os._exit(0) # force exit
378
379
def _tick_carla(self) -> None:
380
"""Advances CARLA 1 tick into the future"""
0 commit comments