mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
bpo-32157: Removed explicit quotes around %r and {!r}. (#4582)
This commit is contained in:
parent
c615be5166
commit
a4a3020abc
4 changed files with 6 additions and 6 deletions
|
@ -54,7 +54,7 @@ class BlockingTestMixin:
|
|||
self.result = block_func(*block_args)
|
||||
# If block_func returned before our thread made the call, we failed!
|
||||
if not thread.startedEvent.is_set():
|
||||
self.fail("blocking function '%r' appeared not to block" %
|
||||
self.fail("blocking function %r appeared not to block" %
|
||||
block_func)
|
||||
return self.result
|
||||
finally:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue