diff --git a/anki/sound.py b/anki/sound.py index 2272bd2b2..622279f05 100644 --- a/anki/sound.py +++ b/anki/sound.py @@ -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):