From e3b7d31a96f072d314cfe4102eff86f755c803a0 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 11 Feb 2014 07:38:05 +0530 Subject: [PATCH] ... --- src/calibre/utils/terminal.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/utils/terminal.py b/src/calibre/utils/terminal.py index f04615351d..75658148b2 100644 --- a/src/calibre/utils/terminal.py +++ b/src/calibre/utils/terminal.py @@ -146,7 +146,7 @@ class Detect(object): # rather than failing, write an informative error # message and the asciized version of the text. print ('Non-ASCII text detected. You must set your Console\'s font to' - ' Lucida Console or Consolas or some other TrueType font to see this text', file=self.stream, end='') + ' Lucida Console or Consolas or some other TrueType font to see this text', file=self.stream, end=' -- ') from calibre.utils.filenames import ascii_text print (ascii_text(t + text), file=self.stream, end='') continue