]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
Merge command passes string "config" instead of object to template 1176/head
authorBrendan Gann <b.gann21@gmail.com>
Tue, 14 Feb 2023 15:35:16 +0000 (15:35 +0000)
committerBrendan Gann <b.gann21@gmail.com>
Tue, 14 Feb 2023 15:44:43 +0000 (15:44 +0000)
alembic/command.py

index d2c5c85f7c9ca8a22543688c2c3eacdc17f94878..a8e56571f162c7f767ca3ac5f5a8f050245dde23 100644 (file)
@@ -322,7 +322,7 @@ def merge(
 
     script = ScriptDirectory.from_config(config)
     template_args = {
-        "config": "config"  # Let templates use config for
+        "config": config  # Let templates use config for
         # e.g. multiple databases
     }
     return script.generate_revision(