mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-25 10:13:11 +02:00
Python 3.7 compat
This commit is contained in:
parent
dc9a13864b
commit
65eda67d7c
1 changed files with 1 additions and 1 deletions
|
|
@ -159,7 +159,7 @@ def get_user_manual_docs(self):
|
|||
f.seek(0), f.truncate(), f.write('\n'.join(lines).encode('utf-8'))
|
||||
break
|
||||
else:
|
||||
raise SystemExit(f'Failed to add file_filter for {slug=} to config file')
|
||||
raise SystemExit(f'Failed to add file_filter for slug={slug} to config file')
|
||||
self.git('add .tx/config')
|
||||
self.upload_pot(resource=slug)
|
||||
self.git(['add', dest])
|
||||
|
|
|
|||
Loading…
Reference in a new issue