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
I suggest explicit skip_errors=True/False (same but inverted is raise_errors) and error_log=None/sys.stderr/io.StringIO() where None means silent mode. This way skipping errors cannot be activated in two different ways (as you suggest).
Errors being raised are not always desirable in scripted situations, an option to ignore errors is required.
Based on requests in #7 from @kiwi0fruit
The text was updated successfully, but these errors were encountered: