Skip to content

Commit

Permalink
Update testcase.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mzuenni committed Feb 25, 2024
1 parent b4d49a7 commit 690ea9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/testcase.py
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ def _run_validators(
file = self.ans_path
elif mode == Mode.INVALID:
file = self.out_path

data += (
f'{Style.RESET_ALL}-> {shorten_path(self.problem, file.parent) / file.name}\n'
)
Expand Down

0 comments on commit 690ea9e

Please sign in to comment.