Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
zrr1999 committed Jul 6, 2023
1 parent 2b9f2c4 commit 8c82782
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/extract_errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@
error_info = match.group(4)
# error_info = match.group(3) + '\n' + match.group(4)
output = f"::error file={file},line={line}::{error_info}"
print(f"file={file},line={line}::{error_info}")
print(output)

0 comments on commit 8c82782

Please sign in to comment.