This is the only place in the entire package where we use logging instead of print() for logging. It is also the only place in this package that prints to stderr instead of stdout which means these messages don't always show up where they're supposed to…
I'd opt following for the path of least resistance and just go full print().
EDIT: typo
EDIT 2: fixed the wrong thing wrongly (<_<)"
This is the only place in the entire package where we use
logging
instead ofprint()
for logging. It is also the only place in this package that prints to stderr instead of stdout which means these messages don't always show up where they're supposed to…I'd opt following for the path of least resistance and just go full
print()
.EDIT: typo EDIT 2: fixed the wrong thing wrongly (<_<)"