Skip to content
New issue

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

Typo in err msg of _generate_create_date(): orthe #1464

Closed
kornelumann opened this issue Apr 24, 2024 · 1 comment
Closed

Typo in err msg of _generate_create_date(): orthe #1464

kornelumann opened this issue Apr 24, 2024 · 1 comment
Labels
bug Something isn't working documentation

Comments

@kornelumann
Copy link

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.

  • OS: Ubuntu 20.04.3 LTS
  • Python: 3.8
  • Alembic: 1.13.1
  • SQLAlchemy: 1.4.40
  • Database: mysql+aiomysql

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!

@kornelumann kornelumann added the requires triage New issue that requires categorization label Apr 24, 2024
@CaselIT
Copy link
Member

CaselIT commented Apr 24, 2024

Hi,

Thanks for reporting (and for checking), will fix now

@CaselIT CaselIT added bug Something isn't working documentation and removed requires triage New issue that requires categorization labels Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation
Projects
None yet
Development

No branches or pull requests

2 participants