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

Wrap PosixPath in str() for Python 3.5.3 #13

Closed jrspruitt closed 5 years ago

jrspruitt commented 5 years ago

Fixes issue with Python 3.5.3 where PosixPath needs to be wrapped in str() -Jason

jkent commented 5 years ago

Thanks!