lint: Remove zerver/migrations from main exclude list.

This commit is contained in:
Tim Abbott
2016-12-27 19:43:43 -08:00
parent ab89664d90
commit f46d99ba85
2 changed files with 2 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ def set_string_id_using_domain(apps, schema_editor):
continue
except IntegrityError:
pass
raise RuntimeError("Unable to find a good string_id for realm %s" % realm)
raise RuntimeError("Unable to find a good string_id for realm %s" % (realm,))
class Migration(migrations.Migration):