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
ImportError is not always 'module not found', so we should display
more verbose message when this exception occured.
For example message:
aiohttp.web: error: unable to import defiler.server: No module named 'aiomysql'
is more useful then:
aiohttp.web: error: module 'defiler.server' not found
0 commit comments