mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-05-27 01:02:34 -04:00
pep8
This commit is contained in:
@@ -555,7 +555,7 @@ class Translations(POT): # {{{
|
||||
continue
|
||||
l = f.partition('.')[0]
|
||||
pf = l.split('_')[0]
|
||||
if pf in {'en'}:
|
||||
if pf == 'en':
|
||||
continue
|
||||
d = os.path.join(tdir, l + '.mo')
|
||||
f = os.path.join(srcbase, f)
|
||||
|
||||
Reference in New Issue
Block a user