We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
raise util.CommandError( "Python >= 3.9 is required for timezone support or" "the 'backports.zoneinfo' package must be installed." )
Expected behavior
raise util.CommandError( "Python >= 3.9 is required for timezone support or" + " " "the 'backports.zoneinfo' package must be installed." )
To Reproduce
Run alembic revision --autogenerate -m "First attempt"
Error
"orthe"
Versions.
Additional context
Same at get_current_head(): No space between '(due to branching)."' and '"Please'
Searching regex /(?<!\n)(?<! )"\n *"[^ ]/ shows no other occurrences.
Have a nice day!
The text was updated successfully, but these errors were encountered:
Hi,
Thanks for reporting (and for checking), will fix now
Sorry, something went wrong.
ade17cf
No branches or pull requests
Describe the bug
Expected behavior
To Reproduce
Run alembic revision --autogenerate -m "First attempt"
Error
"orthe"
Versions.
Additional context
Same at get_current_head(): No space between '(due to branching)."' and '"Please'
Searching regex /(?<!\n)(?<! )"\n *"[^ ]/ shows no other occurrences.
Have a nice day!
The text was updated successfully, but these errors were encountered: