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

Check g.x_arg exists before working on it #541

Merged
merged 1 commit into from
Mar 11, 2024

Conversation

skairunner
Copy link
Contributor

If g.x_arg doesn't exist Flask-Migrate fails with an uncaught attribute error. Use getattr to avoid this.

@miguelgrinberg miguelgrinberg merged commit 7e8032c into miguelgrinberg:main Mar 11, 2024
21 checks passed
@miguelgrinberg
Copy link
Owner

Thanks!

@skairunner skairunner deleted the check-x-arg branch March 11, 2024 12:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants