mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-25 00:44:04 +02:00
Update RapydScript
This commit is contained in:
parent
608bb13cae
commit
2fd77b8667
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
|
@ -122,7 +122,7 @@ def read_escape_sequence():
|
|||
|
||||
return '\\' + q
|
||||
|
||||
ans = ''
|
||||
ans = ch = ''
|
||||
while (ch = next()):
|
||||
if ch == '\\':
|
||||
ans += read_escape_sequence()
|
||||
|
|
|
|||
Loading…
Reference in a new issue