Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! Fixed: sqlalchemy#1369 `get_x_arguments(a…
Browse files Browse the repository at this point in the history
…s_dictionary=True)` for args without `=`
  • Loading branch information
Iuri de Silvio committed Dec 1, 2023
1 parent 782b9a8 commit 8476673
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 @@ -762,7 +762,7 @@ def get_x_argument(
then returned. If there is no `=` in the argument, value is an empty
string.
.. versionchanged:: 1.13.0 Support to `as_dictionary=True` and args
.. versionchanged:: 1.13.1 Support to `as_dictionary=True` and args
without `=`, generating an empty string instead of crashing.
For example, to support passing a database URL on the command line,
Expand Down
2 changes: 1 addition & 1 deletion alembic/runtime/environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ def get_x_argument(
then returned. If there is no `=` in the argument, value is an empty
string.
.. versionchanged:: 1.13.0 Support to `as_dictionary=True` and args
.. versionchanged:: 1.13.1 Support to `as_dictionary=True` and args
without `=`, generating an empty string instead of crashing.
For example, to support passing a database URL on the command line,
Expand Down

0 comments on commit 8476673

Please sign in to comment.