Reproduce:
- Download a project WITH a subdir
- Open the project subdirectory in the Explorer.
- Try to delete the project locally and you get:

Closing the Explorer doesn't help.
Restarting QGIS and removing locally the project will give you an unhandled exception:

The content of the directory IS deleted anyway, so I would just add another option with OSError to the exception handler on line 155 plugin.py:
Reproduce:
Closing the Explorer doesn't help.
Restarting QGIS and removing locally the project will give you an unhandled exception:
The content of the directory IS deleted anyway, so I would just add another option with
OSErrorto the exception handler on line 155plugin.py: