From befdf453f502ad212eef80155d70919f34990894 Mon Sep 17 00:00:00 2001 From: Steve Nyemba Date: Fri, 4 Jul 2025 16:57:30 -0500 Subject: [PATCH] bug fix: crash with etl & process --- bin/transport | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/transport b/bin/transport index 19b664e..41c1a75 100755 --- a/bin/transport +++ b/bin/transport @@ -53,9 +53,9 @@ def wait(jobs): while jobs : jobs = [thread for thread in jobs if thread.is_alive()] time.sleep(1) -def wait (jobs): - while jobs : - jobs = [pthread for pthread in jobs if pthread.is_alive()] +# def wait (jobs): +# while jobs : +# jobs = [pthread for pthread in jobs if pthread.is_alive()] @app_e.command(name="run") def apply (path:Annotated[str,typer.Argument(help="path of the configuration file")],