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
#41 introduced a bug that caused PermissionError when deleting temporary QGIS configuration directory. Since the size of the temp dir isn't that big and Linux and Mac do not suffer from the problem, a quick solution was to suppress the error with #42.
However, a proper solution would be in place to ensure that the plugin would not pollute the user's temp directory with unnecessary folders.
The text was updated successfully, but these errors were encountered:
#41 introduced a bug that caused PermissionError when deleting temporary QGIS configuration directory. Since the size of the temp dir isn't that big and Linux and Mac do not suffer from the problem, a quick solution was to suppress the error with #42.
However, a proper solution would be in place to ensure that the plugin would not pollute the user's temp directory with unnecessary folders.
The text was updated successfully, but these errors were encountered: