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
Some fatals are really normal, and the stack trace dump misleads the user into thinking there is something wrong with the software.
For example:
FileExistsError Already started, use `medikit pipeline release start --force` to force a restart, or use `medikit pipeline release continue`.
Find a better way to output this, while not hiding anything (stack trace should be accessible, even if maybe hidden by default).
Maybe this should be a https://github.com/python-mondrian/mondrian feature ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Some fatals are really normal, and the stack trace dump misleads the user into thinking there is something wrong with the software.
For example:
Find a better way to output this, while not hiding anything (stack trace should be accessible, even if maybe hidden by default).
Maybe this should be a https://github.com/python-mondrian/mondrian feature ?
The text was updated successfully, but these errors were encountered: