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
Current importFromToml methods does not contain context argument. See this example: https://toml-f.readthedocs.io/en/latest/how-to/error.html
importFromToml
context
We should add context as optional argument.
When context is present, then we use context to print the error. Otherwise, we use normal display method to print the error.
The text was updated successfully, but these errors were encountered:
vickysharma0812
shishiousan
No branches or pull requests
Enhancement
Current
importFromToml
methods does not containcontext
argument. See this example: https://toml-f.readthedocs.io/en/latest/how-to/error.htmlWe should add context as optional argument.
When context is present, then we use context to print the error. Otherwise, we use normal display method to print the error.
The text was updated successfully, but these errors were encountered: