From e9ddf84afb8014b4b5cf03e006b6abc39f093feb Mon Sep 17 00:00:00 2001 From: Arnaud Fontaine <arnaud.fontaine@nexedi.com> Date: Thu, 24 Feb 2011 07:36:06 +0000 Subject: [PATCH] Fix typo git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43652 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5Type/tests/testDynamicClassGeneration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product/ERP5Type/tests/testDynamicClassGeneration.py b/product/ERP5Type/tests/testDynamicClassGeneration.py index 60111b6303..4e3c0289e7 100644 --- a/product/ERP5Type/tests/testDynamicClassGeneration.py +++ b/product/ERP5Type/tests/testDynamicClassGeneration.py @@ -1072,7 +1072,7 @@ class TestZodbPropertySheet(ERP5TypeTestCase): transaction.commit() try: person.newContent(portal_type="Career") - except Exception, e: + except Exception: self.fail("Creating a Category Expression with None as one of the "\ "category ID raises an error") -- 2.30.9