Skip to content

Commit

Permalink
qa
Browse files Browse the repository at this point in the history
  • Loading branch information
b8raoult committed Mar 4, 2024
1 parent 4ca3bdd commit 19272a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ def test_example(example):
try:
exec(code, dict(__file__=README), {})
except Exception as e:
print('===========', file=sys.stderr)
print("===========", file=sys.stderr)
print(code, file=sys.stderr)
print('===========', file=sys.stderr)
print("===========", file=sys.stderr)
raise ValueError("Exception: %s\n%s" % (e, code))


Expand Down

0 comments on commit 19272a5

Please sign in to comment.