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
- Ensure consistent handling of non-ASCII characters in logs
- Always encode lines to ASCII with an 'ignore' option to discard non-ASCII characters.
- Removed unused file_descriptor block and ensured consistent encoding logic.
This change prevents UnicodeEncodeError and ensures consistent log outputs.
0 commit comments