SUSYUSTC / MathTranslate

translate scientific papers in latex, especially arxiv papers
https://github.com/SUSYUSTC/MathTranslate
Apache License 2.0
1.04k stars 69 forks source link

Update cache.py #58

Closed h4rk8s closed 1 year ago

h4rk8s commented 1 year ago

fixed FileNotFoundError: [Errno 2] No such file or directory: '/Users/***/mathtranslate/cache/.DS_Store/update_time',This error is usually triggered on macOS.

SUSYUSTC commented 1 year ago

Thanks very much for this PR! I'm not a mac user. Could you also let me know in which case is the .DS_Store directory created?

h4rk8s commented 1 year ago

Thanks very much for this PR! I'm not a mac user. Could you also let me know in which case is the .DS_Store directory created?

Finder creates .DS_Store files in directories contained within a viewed directory for which the Calculate All Sizes option is enabled, presumably as a cache, and to keep the displayed total size up to date, it recalculates and updates the .DS_Store files in response to FSEvents.

SUSYUSTC commented 1 year ago

Thanks! This PR is quite helpful.

GGbond2004 commented 3 months ago

So how to solve this problem?and remove .DS-store?