Skip to content
Snippets Groups Projects
Commit 899383b2 authored by s2870355's avatar s2870355
Browse files

print working

parent 626853e0
No related branches found
No related tags found
No related merge requests found
Pipeline #70307 passed
......@@ -133,6 +133,7 @@ def run_ci(compile_info : list[dict]) -> bool:
break
if removed_job is not None:
current_jobs.remove(removed_job)
print("\tcurrent: " + str([j['location'] for j in current_jobs]))
job["output"].close()
if can_run_jon(compile_info):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment