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
Currently, the delete_empty_dirs() function raises an error, when an empty directory cannot be deleted. This error is not properly caught. Instead, the error message attempts to print a variable path which is not correctly set in line 209 - however, the message e already contains that path.
The text was updated successfully, but these errors were encountered:
Describe the bug
Currently, the
delete_empty_dirs()
function raises an error, when an empty directory cannot be deleted. This error is not properly caught. Instead, the error message attempts to print a variablepath
which is not correctly set in line 209 - however, the messagee
already contains that path.The text was updated successfully, but these errors were encountered: