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
Rather than returning one error at a time, it would be nice to have all the parsing errors returned at the end of the parsing/metadata validation stage.
Solution
Using the native python logger breaks the doctests, so probably the ideal method will be to create a new framework logging class/module.
The text was updated successfully, but these errors were encountered:
Description
Rather than returning one error at a time, it would be nice to have all the parsing errors returned at the end of the parsing/metadata validation stage.
Solution
Using the native python logger breaks the doctests, so probably the ideal method will be to create a new framework logging class/module.
The text was updated successfully, but these errors were encountered: