mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Whitespace normalization.
This commit is contained in:
parent
0e43db5baa
commit
27f883687b
15 changed files with 26 additions and 35 deletions
|
@ -167,7 +167,7 @@ class TestBase_Mapping(unittest.TestCase):
|
|||
parent = os.path.join(os.pardir, self.mapfilename)
|
||||
if not os.path.exists(parent):
|
||||
format = '%s not found, download from %s'
|
||||
raise test_support.TestSkipped(format %
|
||||
raise test_support.TestSkipped(format %
|
||||
(self.mapfilename, self.mapfileurl))
|
||||
else:
|
||||
self.mapfilename = parent
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue