hooks/syncschema.py
branchstable
changeset 7551 2d4ba5b984dc
parent 7504 d95f9002edcc
child 7562 cdef82ca9eab
--- a/hooks/syncschema.py	Wed Jun 22 18:23:44 2011 +0200
+++ b/hooks/syncschema.py	Wed Jun 22 18:24:56 2011 +0200
@@ -263,7 +263,7 @@
         for rtype in (META_RTYPES - VIRTUAL_RTYPES):
             try:
                 rschema = schema[rtype]
-            except:
+            except KeyError:
                 if rtype == 'cw_source':
                     continue # XXX 3.10 migration
                 raise