[Checkins] SVN: zc.zope3recipes/branches/baijum-app-from-eggs/zc/zope3recipes/recipes.py Remove bare exception.

Baiju M baiju.m.mail at gmail.com
Tue Mar 20 05:34:36 EDT 2007


Log message for revision 73394:
  Remove bare exception.
  

Changed:
  U   zc.zope3recipes/branches/baijum-app-from-eggs/zc/zope3recipes/recipes.py

-=-
Modified: zc.zope3recipes/branches/baijum-app-from-eggs/zc/zope3recipes/recipes.py
===================================================================
--- zc.zope3recipes/branches/baijum-app-from-eggs/zc/zope3recipes/recipes.py	2007-03-20 09:11:46 UTC (rev 73393)
+++ zc.zope3recipes/branches/baijum-app-from-eggs/zc/zope3recipes/recipes.py	2007-03-20 09:34:33 UTC (rev 73394)
@@ -61,7 +61,7 @@
 
         try:
             z3path = options['zope3-location']
-        except:
+        except KeyError:
             path = ''
         else:
             if not os.path.exists(z3path):



More information about the Checkins mailing list