- Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Enhancement
Current importFromToml methods does not contain context argument. See this example: https://toml-f.readthedocs.io/en/latest/how-to/error.html
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.