[Mpuls-commits] r1831 - wasko/branches/2.0/mpulsweb/model

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Fri Feb 26 09:16:17 CET 2010


Author: torsten
Date: 2010-02-26 09:16:17 +0100 (Fri, 26 Feb 2010)
New Revision: 1831

Modified:
   wasko/branches/2.0/mpulsweb/model/phase.py
Log:
Fix Exception handling


Modified: wasko/branches/2.0/mpulsweb/model/phase.py
===================================================================
--- wasko/branches/2.0/mpulsweb/model/phase.py	2010-02-26 08:15:01 UTC (rev 1830)
+++ wasko/branches/2.0/mpulsweb/model/phase.py	2010-02-26 08:16:17 UTC (rev 1831)
@@ -48,7 +48,7 @@
         try:
             self.check_consistence()
             return True
-        except:
+        except ConsistenceCheckException, e:
             return False
 
     def check_consistence(self):



More information about the Mpuls-commits mailing list