mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 06:52:21 -04:00
unicode in error messages
This commit is contained in:
parent
55194f8aa7
commit
ecb6dbe69a
1 changed files with 1 additions and 1 deletions
|
@ -258,7 +258,7 @@ Error processing audio.
|
|||
If you're on Linux and don't have sox 14.1+, you
|
||||
need to disable normalization. See the wiki.
|
||||
|
||||
Command was:\n""") + " ".join(c))
|
||||
Command was:\n""") + u" ".join(c))
|
||||
|
||||
class PyAudioThreadedRecorder(threading.Thread):
|
||||
|
||||
|
|
Loading…
Reference in a new issue