jungervin / EsPy

Micropython IDE for ESP8266
71 stars 25 forks source link

Quick fix for intermittent File Manager malfunction #13

Open koster-mobile opened 4 years ago

koster-mobile commented 4 years ago

Sometimes File Manager throws an "Index out of range" alert when navigating in ESP filesystem. Seems that os.chdir() does not apply to os.stat() search path. Full path is generated and passed instead.