Closed JacobKosowski closed 1 year ago
os.remove tries to remove a single file, while the code expects the removal of a directory. os.rmdir could fail if the directory is not empty.
os.remove tries to remove a single file, while the code expects the removal of a directory. os.rmdir could fail if the directory is not empty.