mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
zerver: Text-wrap long lines exceeding 110.
This commit is contained in:
@@ -43,7 +43,8 @@ import a database dump from one or more JSON files."""
|
||||
if count:
|
||||
print("Zulip instance is not empty, found %d rows in %s table. "
|
||||
% (count, model._meta.db_table))
|
||||
print("You may use --destroy-rebuild-database to destroy and rebuild the database prior to import.")
|
||||
print("You may use --destroy-rebuild-database to destroy and "
|
||||
"rebuild the database prior to import.")
|
||||
exit(1)
|
||||
|
||||
def do_destroy_and_rebuild_database(self, db_name: str) -> None:
|
||||
|
||||
Reference in New Issue
Block a user