diff options
Diffstat (limited to 'Lib/test/test_multibytecodec_support.py')
-rw-r--r-- | Lib/test/test_multibytecodec_support.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_multibytecodec_support.py b/Lib/test/test_multibytecodec_support.py index 6c503bf..f471adf 100644 --- a/Lib/test/test_multibytecodec_support.py +++ b/Lib/test/test_multibytecodec_support.py @@ -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 |