mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-04-01 23:02:27 -04:00
pep8
This commit is contained in:
parent
65cc790bf7
commit
1d02709af2
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user