Skip to content

Commit 97658ee

Browse files
committed
Fixed incomplete edit.
- Legacy-Id: 11027
1 parent db3a3c3 commit 97658ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/submit/migrations/0010_data_set_submission_check_symbol.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ def set_submission_check_symbol(apps, schema_editor):
1010
checks = SubmissionCheck.objects.all()
1111
print("")
1212
print(" Adding submission check symbol info to existing checks")
13-
for s in tqdm():
13+
for s in tqdm(checks):
1414
if not s.symbol:
1515
if s.checker == "idnits check":
1616
s.symbol = DraftIdnitsChecker.symbol

0 commit comments

Comments
 (0)