Skip to content

Commit

Permalink
fixup! fixup! fixup! Fixed: sqlalchemy#1369 `get_x_arguments(as_dicti…
Browse files Browse the repository at this point in the history
…onary=True)` for args without `=`
  • Loading branch information
Iuri de Silvio committed Dec 1, 2023
1 parent d6cc71c commit 782b9a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion alembic/context.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,7 @@ def get_x_argument(
string.
.. versionchanged:: 1.13.0 Support to `as_dictionary=True` and args
without `=`, generating an empty string instead of crashing.
without `=`, generating an empty string instead of crashing.
For example, to support passing a database URL on the command line,
the standard ``env.py`` script can be modified like this::
Expand Down
2 changes: 1 addition & 1 deletion alembic/runtime/environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ def get_x_argument(
string.
.. versionchanged:: 1.13.0 Support to `as_dictionary=True` and args
without `=`, generating an empty string instead of crashing.
without `=`, generating an empty string instead of crashing.
For example, to support passing a database URL on the command line,
the standard ``env.py`` script can be modified like this::
Expand Down

0 comments on commit 782b9a8

Please sign in to comment.