Quellcode durchsuchen

Merge pull request #28 from lnyemba/v2.2.0

bug fix: crash with etl & process
Steve L. Nyemba vor 2 Tagen
Ursprung
Commit
f86ef2cde4
1 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
  1. 3 3
      bin/transport

+ 3 - 3
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")],