From: jonathan vanasco Date: Tue, 30 Jun 2020 15:08:41 +0000 (-0400) Subject: added semicolon (;) to improve message clarity X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F5431%2Fhead;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git added semicolon (;) to improve message clarity --- diff --git a/lib/sqlalchemy/sql/ddl.py b/lib/sqlalchemy/sql/ddl.py index 17e3be2dac..3c23b50ca8 100644 --- a/lib/sqlalchemy/sql/ddl.py +++ b/lib/sqlalchemy/sql/ddl.py @@ -804,7 +804,7 @@ class SchemaDropper(DDLBase): util.warn( "Can't sort tables for DROP; an " "unresolvable foreign key " - "dependency exists between tables: %s, and backend does " + "dependency exists between tables: %s; and backend does " "not support ALTER. To restore at least a partial sort, " "apply use_alter=True to ForeignKey and " "ForeignKeyConstraint "