Fixed incomplete edit.

- Legacy-Id: 11027
This commit is contained in:
Henrik Levkowetz 2016-03-29 20:45:25 +00:00
parent db3a3c3081
commit 97658ee40b

View file

@ -10,7 +10,7 @@ def set_submission_check_symbol(apps, schema_editor):
checks = SubmissionCheck.objects.all()
print("")
print(" Adding submission check symbol info to existing checks")
for s in tqdm():
for s in tqdm(checks):
if not s.symbol:
if s.checker == "idnits check":
s.symbol = DraftIdnitsChecker.symbol