Skip to content

Commit

Permalink
Adjust error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Kong committed Oct 17, 2024
1 parent c9b9439 commit 4db71a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/fov_watcher_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ def test_watcher(
infile.write("\n")

except OSError as ose:
print("There was a failure:")
print("Ran into an error:")
print(ose)
# warnings.warn("Temporary file cleanup was incomplete.")

Expand Down

0 comments on commit 4db71a3

Please sign in to comment.