-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]>
- Loading branch information
Showing
2 changed files
with
26 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,6 +24,7 @@ lxml | |
multi-key-dict | ||
nodeenv | ||
oauth2client | ||
openstacksdk<1.5.0 | ||
pbr | ||
pyasn1 | ||
pyasn1-modules | ||
|