mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-23 13:16:26 +01:00
...
This commit is contained in:
parent
069761e03e
commit
c6c9e5acf7
1 changed files with 2 additions and 2 deletions
|
|
@ -347,7 +347,7 @@ def do_calibredb(self, f):
|
|||
subcommands.append(';;')
|
||||
|
||||
f.write('\n_calibredb() {')
|
||||
f.write(
|
||||
f.write((
|
||||
r'''
|
||||
local state line state_descr context
|
||||
typeset -A opt_args
|
||||
|
|
@ -370,7 +370,7 @@ def do_calibredb(self, f):
|
|||
esac
|
||||
|
||||
return ret
|
||||
'''%'\n '.join(subcommands))
|
||||
'''%'\n '.join(subcommands)).encode('utf-8'))
|
||||
f.write('\n}\n\n')
|
||||
|
||||
def write(self):
|
||||
|
|
|
|||
Loading…
Reference in a new issue