zerver: Text-wrap long lines exceeding 110.

This commit is contained in:
rht
2017-11-09 11:45:56 +01:00
committed by Tim Abbott
parent 23a481c5d2
commit a93b7c40a7
11 changed files with 44 additions and 22 deletions

View File

@@ -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: