You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a proper logging based log() function in each file where it is required, instead of relying on the library-wide log() function from pycrate_core.utils.
Move remaining print() calls to those new proper log() functions.
The text was updated successfully, but these errors were encountered:
Create a proper
logging
based log() function in each file where it is required, instead of relying on the library-widelog()
function frompycrate_core.utils
.Move remaining
print()
calls to those new proper log() functions.The text was updated successfully, but these errors were encountered: