]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Forgot to update usage of ex to exc_value
authorScott Dugas <scott.dugas@foundationdb.com>
Thu, 23 Oct 2014 17:01:23 +0000 (13:01 -0400)
committerScott Dugas <scott.dugas@foundationdb.com>
Thu, 23 Oct 2014 17:01:23 +0000 (13:01 -0400)
lib/sqlalchemy/testing/exclusions.py

index 5ce8bcd84c14e9712f0032773e73b72030d8b96f..c9f81c8b9981f20b6fe5acd8d4a03cf91c79a407 100644 (file)
@@ -132,7 +132,7 @@ class compound(object):
         for fail in self.fails:
             if fail(config):
                 print(("%s failed as expected (%s): %s " % (
-                    name, fail._as_string(config), str(ex))))
+                    name, fail._as_string(config), str(exc_value))))
                 break
         else:
             raise exc_type, exc_value, exc_traceback