Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ after_script: build-image: stage: build variables: TAG: "0.2" TAG: "0.3" FORCE_TAGS: "false" when: manual script: Loading src/mod3/topaz_reduction_mod.py +1 −1 Original line number Diff line number Diff line Loading @@ -358,7 +358,7 @@ while not all_done: thread.start() time.sleep(2) for thread in active_list: if not thread.isAlive(): if not thread.is_alive(): active_list.remove( thread ) if len(list) == 0 and len(active_list) == 0 : all_done = True Loading src/topaz_reduction.py +1 −1 Original line number Diff line number Diff line Loading @@ -343,7 +343,7 @@ while not all_done: thread.start() time.sleep(2) for thread in active_list: if not thread.isAlive(): if not thread.is_alive(): active_list.remove( thread ) if len(list) == 0 and len(active_list) == 0 : all_done = True Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -20,7 +20,7 @@ after_script: build-image: stage: build variables: TAG: "0.2" TAG: "0.3" FORCE_TAGS: "false" when: manual script: Loading
src/mod3/topaz_reduction_mod.py +1 −1 Original line number Diff line number Diff line Loading @@ -358,7 +358,7 @@ while not all_done: thread.start() time.sleep(2) for thread in active_list: if not thread.isAlive(): if not thread.is_alive(): active_list.remove( thread ) if len(list) == 0 and len(active_list) == 0 : all_done = True Loading
src/topaz_reduction.py +1 −1 Original line number Diff line number Diff line Loading @@ -343,7 +343,7 @@ while not all_done: thread.start() time.sleep(2) for thread in active_list: if not thread.isAlive(): if not thread.is_alive(): active_list.remove( thread ) if len(list) == 0 and len(active_list) == 0 : all_done = True Loading