mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
Fix output of tex2lyx messages in runtests.py
This commit is contained in:
parent
a5115d4e4a
commit
38c118b02d
@ -108,8 +108,8 @@ def main(argv):
|
||||
proc.wait()
|
||||
err = proc.returncode
|
||||
errorstring = proc.stderr.read()
|
||||
if not errorstring is None:
|
||||
print(errorstring)
|
||||
if errorstring:
|
||||
print(errorstring.decode(sys.getfilesystemencoding()))
|
||||
if err != 0:
|
||||
errors.append(f)
|
||||
elif not overwrite:
|
||||
|
Loading…
Reference in New Issue
Block a user