jkent / frogfs

Fast Read-Only General-purpose File System (ESP-IDF and ESP8266_RTOS_SDK compatible)
https://frogfs.readthedocs.io
Mozilla Public License 2.0
25 stars 32 forks source link

Don't generate pycache files in source directory #59

Closed pchevali closed 3 months ago

pchevali commented 3 months ago

When used as an esp idf component, generating pycache files troubles the component manager with a mismatched fingerprint. Adding -B option fixes that

jkent commented 3 months ago

Perfect, thank you!