Replies: 5 comments 3 replies
-
using
as dirty workaround for now... |
Beta Was this translation helpful? Give feedback.
-
It seems telling that >>> type(f)
<class 'TextIOWrapper'> does not return <class 'io.TextIOWrapper'> Interestingly CPython returns |
Beta Was this translation helpful? Give feedback.
-
The If your board supported more than one filesystem (and most of them do) then testing that something is of |
Beta Was this translation helpful? Give feedback.
-
@JohnMTu What's really going on here is that there are multiple types (classes) all called "TextIOWrapper" -- one for each filesystem type. So this is what Damien is referring to above, we explicitly don't provide a Just because it's not available on To answer your actual question though, your suggested workaround of using |
Beta Was this translation helpful? Give feedback.
-
Thanks all, i got it now. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
on ESP8266 i'm trying to update from v1.9.4-272-g46091b8a on 2018-07-18; to 1.19.1 as i realized, there is like 6k more heap available and i'm really fighting to fit into ram.
Why are they returning false?
in 1.9.4-272 i used
and it worked .. in 1.19.1 it doesn't work anymore
Thanks
Beta Was this translation helpful? Give feedback.
All reactions