lean-dojo / LeanDojo

Tool for data extraction and interacting with Lean programmatically.
https://leandojo.org
MIT License
478 stars 72 forks source link

Allow using relative CACHE_DIR and TMP_DIR paths #136

Closed wzj423 closed 4 months ago

wzj423 commented 4 months ago

When I was setting a relative CACHE_DIR and TMP_DIR, I found that the program changed its working dir and failed to find the designated path. Forcing it to use absolute paths fixed the issue for me.