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
I am trying to use eve-swagger with my eve-SQLAlchemy project. When I try to run the project, I get the following error.
line 941, in register_blueprint if blueprint.name in self.blueprints: , line 941, in register_blueprint AttributeError: module 'eve_swagger.swagger' has no attribute 'name'
Eve-Swagger v. 0.1.3
Eve-Sqlalchemy v. 0.7.1
Eve v. 0.7.10
Hi,
I am trying to use eve-swagger with my eve-SQLAlchemy project. When I try to run the project, I get the following error.
line 941, in register_blueprint if blueprint.name in self.blueprints: , line 941, in register_blueprint AttributeError: module 'eve_swagger.swagger' has no attribute 'name'
Eve-Swagger v. 0.1.3
Eve-Sqlalchemy v. 0.7.1
Eve v. 0.7.10
I can see that this issue has been fixed.
#3
I'm not sure why I'm still getting it though.
V
The text was updated successfully, but these errors were encountered: