Skip to content

Commit 1bf165b

Browse files
voiletvoilet
voilet
authored and
voilet
committed
update
1 parent ea84339 commit 1bf165b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

malfunction/froms.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class inclident_from(UEditorModelForm):
2020

2121
for i in op_user:
2222
op.append((i.first_name, i.first_name))
23-
exception:
23+
except:
2424
pass
2525

2626
project_status = forms.ChoiceField(widget=forms.RadioSelect, choices=BOOL_STATUS, required=True, initial=True,

0 commit comments

Comments
 (0)