Replies: 1 comment 2 replies
-
Isn't this a bug in your application? Instead of removing that attribute, why don't you fix the error? Python strings are immutable, they don't have to be copied, and for that reason there is no |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I found that flask migrate fails with a strange error ...
When running flask db migrate. I narrowed the issue down to my model Column contains the "info" attribute. When I remove the "info" attribute, flask db migrate works fine.
Beta Was this translation helpful? Give feedback.
All reactions