mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
Fix self.fail() call in test_data_header
This commit is contained in:
@@ -184,7 +184,7 @@ class urlretrieveNetworkTests(unittest.TestCase):
|
||||
try:
|
||||
time.strptime(datevalue, dateformat)
|
||||
except ValueError:
|
||||
self.fail('Date value not in %r format', dateformat)
|
||||
self.fail('Date value not in %r format' % dateformat)
|
||||
|
||||
def test_reporthook(self):
|
||||
records = []
|
||||
|
||||
Reference in New Issue
Block a user