Chore: Change "print" to "log" in github_cli 70/72170/3
authorEric Ball <eball@linuxfoundation.org>
Wed, 27 Sep 2023 03:02:09 +0000 (20:02 -0700)
committerEric Ball <eball@linuxfoundation.org>
Thu, 28 Sep 2023 00:21:10 +0000 (17:21 -0700)
commit885a4fa3e36ab4cc5ed08e2c9e3815b5f7d8fcb2
treec6bb19207936b09467dd4e87c98666f8748429a4
parentdc2972b5db1712dfe5be31fdc721abfc3dc02630
Chore: Change "print" to "log" in github_cli

print statements should not be used for logging. These have been
replaced with log.info and log.error, where appropriate.

Change-Id: I919e5972dd887a0ed647b00250cbbe7a020f7d7e
Signed-off-by: Eric Ball <eball@linuxfoundation.org>
lftools/cli/github_cli.py
requirements.txt