You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
correction, the no-longer-used scripts/alembic misuses it. so took that out. [[https://bitbucket.org/zzzeek/alembic/changeset/97392926fe5b7a9e95da846014fb3a4d9b1d239a|97392926fe5b7a9e95da846014fb3a4d9b1d239a]]
Migrated issue, originally created by Daniel Miller (@millerdev)
Patch attached. Really not much to it.
options = parser.parse_args()
becomes
options = parser.parse_args(argv)
Attachments: argv.patch
The text was updated successfully, but these errors were encountered: