tbird20d / grabserial

Grabserial - python-based serial dump and timing program - good for embedded Linux development
GNU General Public License v2.0
195 stars 77 forks source link

sys.stdout is flushed instead of outputfd #54

Closed pieterpalmers closed 3 years ago

pieterpalmers commented 3 years ago

Shouldn't outputfd be flushed instead of sys.stdout here: https://github.com/tbird20d/grabserial/blob/a6df585f29b9385f52fbba5bf9c16470857dacb1/grabserial#L919

tbird20d commented 3 years ago

Absolutely. Nice catch. Thanks for the issue report!

tbird20d commented 3 years ago

fixed in commit e899ce5