Skip to content

Commit 8a1d323

Browse files
Forces commands output to Latin-1 in Windows and UTF-8 on others.
1 parent 5aede66 commit 8a1d323

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/robotide/contrib/testrunner/testrunner.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@
6363

6464
ATEXIT_LOCK = threading.RLock()
6565

66-
6766
# Solution from https://stackoverflow.com/questions/10009753/python-dealing-with-mixed-encoding-files
6867
def mixed_decoder(unicodeError):
6968
errStr = unicodeError[1]

0 commit comments

Comments
 (0)