Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yongtang committed Nov 8, 2023
1 parent 8579bb8 commit 9444cc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
stderr=subprocess.STDOUT,
) as process:
for line in process.stdout:
print(line.decode().strip())
print(line.decode().translate(dict.fromkeys(range(32))).strip())

0 comments on commit 9444cc3

Please sign in to comment.