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
After debug i found out because using filesystem caching, flask-caching read .DS_Store file on mac. cache/.DS_Store
Is there any chance to prevent flask-caching from reading certain file or malformed files like this?
flask-caching 1.8.0
python 3.8
The text was updated successfully, but these errors were encountered:
I found an error which is related to #221 and #93
After debug i found out because using filesystem caching, flask-caching read .DS_Store file on mac.
cache/.DS_Store
Is there any chance to prevent flask-caching from reading certain file or malformed files like this?
flask-caching 1.8.0
python 3.8
The text was updated successfully, but these errors were encountered: