summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
Diffstat (limited to 'Lib')
-rwxr-xr-xLib/test/test_strftime.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_strftime.py b/Lib/test/test_strftime.py
index f568970..1fa03f2 100755
--- a/Lib/test/test_strftime.py
+++ b/Lib/test/test_strftime.py
@@ -105,7 +105,7 @@ def strftest(now):
except ValueError, result:
if verbose:
print "Error for nonstandard '%s' format (%s): %s" % \
- (e[0], e[2], str(error))
+ (e[0], e[2], str(result))
continue
if result == e[1]:
if verbose: