mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
7ce6e3ef0b
commit
3627a442be
@ -220,7 +220,7 @@ def remove_indents(txt):
|
||||
'''
|
||||
Remove whitespace at the beginning of each line.
|
||||
'''
|
||||
return '\n'.join([l.lstrip() for l in txt.splitlines()])
|
||||
return '\n'.join(l.lstrip() for l in txt.splitlines())
|
||||
|
||||
|
||||
def opf_writer(path, opf_name, manifest, spine, mi):
|
||||
|
Loading…
x
Reference in New Issue
Block a user