whaleygeek / bitio

A micro:bit I/O device library for Python
Other
92 stars 31 forks source link

Better parsing of concept of 'None' #30

Open whaleygeek opened 3 years ago

whaleygeek commented 3 years ago

'None' returned from the REPL comes back as a string rather than None, need to be a bit more robust here.