File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -84,10 +84,10 @@ def run_build(args: Any) -> None:
8484 pkg , build_type = todo
8585
8686 try :
87- with gha_group (f"[{ pkg ['repo' ] } ] [{ build_type } ] { pkg ['name' ] } ..." ):
87+ with gha_group (f"[{ pkg ['repo' ]} ] [{ build_type } ] { pkg ['name' ]} ..." ):
8888 build_package (build_type , pkg , msys2_root , builddir )
8989 except BuildError :
90- with gha_group (f"[{ pkg ['repo' ] } ] [{ build_type } ] { pkg ['name' ] } : failed" ):
90+ with gha_group (f"[{ pkg ['repo' ]} ] [{ build_type } ] { pkg ['name' ]} : failed" ):
9191 traceback .print_exc (file = sys .stdout )
9292 continue
9393
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ def get_current_run_urls() -> Optional[Dict[str, str]]:
107107 raw = commit .html_url + "/checks/" + str (run .id ) + "/logs"
108108 return {"html" : html , "raw" : raw }
109109 else :
110- raise Exception (f"No active job found for { run_name } " )
110+ raise Exception (f"No active job found for { run_name } " )
111111 return None
112112
113113
You canβt perform that action at this time.
0 commit comments