mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 06:52:21 -04:00
Fix error caused by converting delimiter to bytes
This commit is contained in:
parent
b58c082e29
commit
e892a30728
1 changed files with 0 additions and 1 deletions
|
@ -111,7 +111,6 @@ a tab, comma, and so on. If Anki is detecting the character incorrectly,
|
|||
you can enter it here. Use \\t to represent tab."""),
|
||||
self, help="importing") or "\t"
|
||||
str = str.replace("\\t", "\t")
|
||||
str = str.encode("ascii")
|
||||
if len(str) > 1:
|
||||
showWarning(_(
|
||||
"Multi-character separators are not supported. "
|
||||
|
|
Loading…
Reference in a new issue