Kaydet (Commit) ad1fd346 authored tarafından Berker Peksag's avatar Berker Peksag

Fix self.fail() call in test_data_header

üst a40b0ef6
......@@ -185,7 +185,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 = []
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment