We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When there's an error on a python code, only the message *MODULE CAN'T BE LOADED. Maybe you have some errors in modules that you wish to import? * is displayed (https://github.com/nodesign/weio/blob/next/weioRunner.py#L260).
This is not explicit at all, and it's always hard to know what's the problem, especially when it comes from an import.
We should find a way to explicitly display the problem.
The text was updated successfully, but these errors were encountered:
Fixed. Please confirm.
Sorry, something went wrong.
ks156
No branches or pull requests
When there's an error on a python code, only the message *MODULE CAN'T BE LOADED. Maybe you have some errors in modules that you wish to import? * is displayed (https://github.com/nodesign/weio/blob/next/weioRunner.py#L260).
This is not explicit at all, and it's always hard to know what's the problem, especially when it comes from an import.
We should find a way to explicitly display the problem.
The text was updated successfully, but these errors were encountered: