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
fix: removing folder in windows throwing a PermissionError
* #issue67
created handler for readonly files/dirs to be passed to shutil.rmtree(). will change permissions and retry operation if readonly dir/file found.
* added reference for where handler code came from
* prettied report of c.err
* created exception to raise if unable to change permission in handler
* tidy error report
* correcting style mistakes
Closes#67
0 commit comments