Make do_not_raise a keyword argument to create_x() instead of a class attribute · Issue #44 · vikinganalytics/mvg · GitHub
More Web Proxy on the site http://driver.im/
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 often find myself confused about why some errors get swallowed. I think it would be more convenient to add a exist_ok flag for create_x() methods, similar to Path.mkdir, to make it more intuitive.
It would also make it easier for the CLI, where we want to tell the user that there has been a conflict
The text was updated successfully, but these errors were encountered:
I often find myself confused about why some errors get swallowed. I think it would be more convenient to add a
exist_ok
flag forcreate_x()
methods, similar toPath.mkdir
, to make it more intuitive.It would also make it easier for the CLI, where we want to tell the user that there has been a conflict
The text was updated successfully, but these errors were encountered: