-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Error when no layout is present. #294
Conversation
Did the pylint tests change for python3? Never had those circleci failures before. |
💃 once tests pass |
💃 Is this the same reason #286 (comment) the tests are failing? |
I think so, they were all pylint errors. I'll just make the fixes it reports or add ignores |
'The layout was `None` ' | ||
'at the time that `run_server` was called. ' | ||
'Make sure to set the `layout` attribute of your application ' | ||
'before running the server.') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good point, looks like it will also work in _setup_server
I don't have the ability to merge on this repo. Can someone merge / give me permission? |
@rmarren1 - I finally tracked this one down. Could you try now? |
Fixes #220, #287