hooks/syncschema.py
changeset 7562 cdef82ca9eab
parent 7514 32081892850e
parent 7551 2d4ba5b984dc
child 7815 2a164a9cf81c
--- a/hooks/syncschema.py	Thu Jun 23 07:41:25 2011 +0200
+++ b/hooks/syncschema.py	Mon Jun 27 15:30:52 2011 +0200
@@ -266,7 +266,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