ppannuto / python-saleae

Python library to control a Saleae Logic Analyzer
Apache License 2.0
124 stars 55 forks source link

add quiet mode to launch_logic to redirect stdin and stderr to /dev/null #46

Closed proto3 closed 5 years ago

proto3 commented 5 years ago

As I'm using python-saleae inside a unit testing framework, I don't want Logic to mess up with my tests output in stdout/stderr. So I need to hide Logic's stdout and stderr when I launch it from python-saleae. For that I added a 'quiet' option to launch.

ppannuto commented 5 years ago

Looks good to me, thanks!