-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove remaining print()s from the library #86
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Until #80 is fixed, we probably need to make this be:
if i == max retires-1:
logger.error
break
logger.debug
Otherwise we won't give any indication of an invalid setup until the very end.
Note: This suggestion is taking the rebase into account since the break wouldn't make sense as is.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will rerun mypy check once #93 merges
Use logger for any messages produced instead. Signed-off-by: Ihar Hrachyshka <ihrachys@redhat.com>
Use logger for any messages produced instead.