We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea84339 commit 1bf165bCopy full SHA for 1bf165b
malfunction/froms.py
@@ -20,7 +20,7 @@ class inclident_from(UEditorModelForm):
20
21
for i in op_user:
22
op.append((i.first_name, i.first_name))
23
- exception:
+ except:
24
pass
25
26
project_status = forms.ChoiceField(widget=forms.RadioSelect, choices=BOOL_STATUS, required=True, initial=True,
0 commit comments