Skip to content

Commit 033bf2d

Browse files
committed
fixup! Add custom action and unified Linux build
1 parent b211dd7 commit 033bf2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/runner.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def run_one(name, cmd, logname, env, args):
8484
status = proc.returncode
8585
except Exception as err:
8686
# print("::error::{} {}".format(name, err), flush=True)
87-
traceback.print_exception(err)
87+
traceback.print_exc()
8888
status = -1
8989
finally:
9090
if logfd:

0 commit comments

Comments
 (0)