Skip to content

Unhandled exception while removing a project with a subdir locally on Windows 10 #57

Closed
@erpas

Description

@erpas

Reproduce:

  1. Download a project WITH a subdir
  2. Open the project subdirectory in the Explorer.
  3. Try to delete the project locally and you get:

2020-06-30 13_25_55-Untitled Project - QGIS

Closing the Explorer doesn't help.

Restarting QGIS and removing locally the project will give you an unhandled exception:

2020-06-30 13_12_57-Python Error

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:

except OSError:
    pass

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions