Skip to content

Commit

Permalink
Fix whitespace/indentation issues in test_sys (pythonGH-32369)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fidget-Spinner authored Apr 6, 2022
1 parent b33c456 commit da92240
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Lib/test/test_sys.py
Original file line number Diff line number Diff line change
Expand Up @@ -1179,8 +1179,8 @@ class X(Exception):
with test.support.captured_stderr() as stderr, \
test.support.swap_attr(sys, 'unraisablehook',
sys.__unraisablehook__):
expected = self.write_unraisable_exc(
A.B.X(), "msg", "obj");
expected = self.write_unraisable_exc(
A.B.X(), "msg", "obj");
report = stderr.getvalue()
self.assertIn(A.B.X.__qualname__, report)
if moduleName in ['builtins', '__main__']:
Expand Down

0 comments on commit da92240

Please sign in to comment.