Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b132069

Browse files
committed
Issue #21707: Merge with 3.4.
2 parents 253b664 + a90afbc commit b132069

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_modulefinder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ def test_replace_paths(self):
316316
self._do_test(maybe_test, debug=2,
317317
replace_paths=[(old_path, new_path)])
318318
output = output.getvalue()
319-
expected = "co_filename '%s' changed to '%s'" % (old_path, new_path)
319+
expected = "co_filename %r changed to %r" % (old_path, new_path)
320320
self.assertIn(expected, output)
321321

322322

0 commit comments

Comments
 (0)