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
Team city in my case is running on Windows machine which has default encoding set to cp852. The problem is that current behaviour:
does not have any protection against exception in encoding. I am using pytest and I get this error:
I see few possible solutions:
Command line argument specifying encoding
try excpet block in which firstly is handled default encoding and if it fails -> utf-8
The text was updated successfully, but these errors were encountered:
Team city in my case is running on Windows machine which has default encoding set to cp852. The problem is that current behaviour:
does not have any protection against exception in encoding. I am using pytest and I get this error:
I see few possible solutions:
The text was updated successfully, but these errors were encountered: