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
The 'missing_ok' parameter was added to the Path.unlink() method in
Python version 3.8. This is newer version than the one used by default
by GitHub build action for nbdev.
Instead, check if file exists before trying to unlink (remove) it.
0 commit comments