Jaymon / captain

command line python scripts for humans
MIT License
13 stars 1 forks source link

captain echo.err doesn't actually echo to stderr #44

Closed Jaymon closed 5 years ago

Jaymon commented 6 years ago

https://github.com/Jaymon/captain/blob/master/captain/logging.py#L29

we set a logging handler that uses stdout, a test should be written to verify it's not writing to stderr and then the logging module should be updated with an err_handler that uses sys.stderr instead of sys.stdout