removed print_exc stable
authorAlexandre Fayolle <alexandre.fayolle@logilab.fr>
Fri, 10 Sep 2010 17:58:38 +0200
branchstable
changeset 6210 d36104de8459
parent 6209 e3e5870807e9
child 6211 e9d125fd1465
removed print_exc
server/schemaserial.py
--- a/server/schemaserial.py	Fri Sep 10 16:56:37 2010 +0200
+++ b/server/schemaserial.py	Fri Sep 10 17:58:38 2010 +0200
@@ -227,9 +227,7 @@
         'X is CWUniqueTogetherConstraint, '
         'X constraint_of E, X relations R', build_descr=False)
     except Exception:
-        import traceback
-        traceback.print_exc()
-        session.rollback() # first migration introducing CWUniqueTogetherConstraint
+        session.rollback() # first migration introducing CWUniqueTogetherConstraint cw 3.9.6
     else:
         for values in rset:
             uniquecstreid, eeid, releid = values