Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5066492

Browse filesBrowse files
authored
fix whitespace issue causing the lint check to fail
1 parent 11b5a71 commit 5066492
Copy full SHA for 5066492

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎Lib/test/test_traceback.py

Copy file name to clipboardExpand all lines: Lib/test/test_traceback.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1994,7 +1994,7 @@ def h(count=10):
19941994
expected = self._maybe_filter_debug_ranges((tb_line + result_g).splitlines())
19951995
actual = stderr_g.getvalue().splitlines()
19961996
self.assertEqual(actual, expected)
1997-
1997+
19981998
@requires_debug_ranges()
19991999
def test_recursive_traceback(self):
20002000
if self.DEBUG_RANGES:

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.