Switch from print
to logging
in library code
#5
Labels
Affects: Command Line
Affects the command line interface
Affects: Python API
Affects the public Python API of the project
Category: Bug
Something isn't working
Library code currently still prints directly to console. This should be replaced with use of the
logging
module (or a third party logging module) and setting up logging in the CLI code.The text was updated successfully, but these errors were encountered: