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
Handle PermissionError in fallback code for old import name
Path.is_file() throws PermissionError if the current user is not allowed to list one of the parent directories. An import would also fail, so threat this as if the file wasn't there.
fixes#181
0 commit comments