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
I'm not involved in QGIS, but I've recently seen two users complaining on mantra-request about not being able to upload their archives because of the __pycache__ check. They were sure they didn't have any cache folders, but still got this error from the site.
Alas, they were both wrong, but the validator already know the path to the forbidden file(s) in the archive. It should include that in the error message instead of showing such an unhelpful error.
This can be implemented by including zname in the error message at
I'm not involved in QGIS, but I've recently seen two users complaining on mantra-request about not being able to upload their archives because of the
__pycache__
check. They were sure they didn't have any cache folders, but still got this error from the site.Alas, they were both wrong, but the validator already know the path to the forbidden file(s) in the archive. It should include that in the error message instead of showing such an unhelpful error.
This can be implemented by including
zname
in the error message atQGIS-Django/qgis-app/plugins/validator.py
Lines 187 to 198 in 08f01b4
The text was updated successfully, but these errors were encountered: