s/encode/decode
This commit is contained in:
parent
7a2be4c9d7
commit
3058e84a99
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ send to the gdb-testers mailing list."""
|
|||
elif n == 'compile gdb':
|
||||
text += "*** Failed to compiled GDB. ***\n"
|
||||
text += "============================\n"
|
||||
text += log.getText ().encode ('ascii', 'xmlcharrefreplace')
|
||||
text += log.getText ().decode ('ascii', 'xmlcharrefreplace')
|
||||
text += "============================\n"
|
||||
break
|
||||
elif n == 'make tags':
|
||||
|
|
Loading…
Reference in a new issue