mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
lint: Remove zerver/migrations from main exclude list.
This commit is contained in:
@@ -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):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user