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
When plugins are missing a required argument, or it is of the wrong type, the user is currently provided by a decent error message. Example:
Traceback (most recent call last):
[...]
webviz_config._config_parser.ParserError: The plugin `DataTable` requires the argument `csv_file` in your configuration file.
This could perhaps be further improved by also giving a URL to hosted plugin documentation (if available from the setup.py install script and project_urls["Documentation"]).
The text was updated successfully, but these errors were encountered:
anders-kiaer
changed the title
Add link to hosted container documentation on ParserError
Add link to hosted plugin documentation on ParserError
Jan 13, 2020
When plugins are missing a required argument, or it is of the wrong type, the user is currently provided by a decent error message. Example:
This could perhaps be further improved by also giving a URL to hosted plugin documentation (if available from the
setup.py
install script andproject_urls["Documentation"]
).The text was updated successfully, but these errors were encountered: