web/views/forms.py
branchstable
changeset 7815 2a164a9cf81c
parent 7728 0fa5ba0229cd
child 7875 65e460690139
--- a/web/views/forms.py	Tue Sep 20 15:14:04 2011 +0200
+++ b/web/views/forms.py	Wed Sep 21 17:38:00 2011 +0200
@@ -277,7 +277,7 @@
         for editedfield in splitstrip(editedfields):
             try:
                 name, role = editedfield.split('-')
-            except:
+            except Exception:
                 name = editedfield
                 role = None
             if entityform: