mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Dont require git master on CI in POT
This commit is contained in:
parent
fcdcf1bc84
commit
37022b6a91
@ -212,6 +212,7 @@ class POT(Command): # {{{
|
|||||||
time=time.strftime('%Y-%m-%d %H:%M+%Z'))
|
time=time.strftime('%Y-%m-%d %H:%M+%Z'))
|
||||||
|
|
||||||
def run(self, opts):
|
def run(self, opts):
|
||||||
|
if not is_ci:
|
||||||
require_git_master()
|
require_git_master()
|
||||||
self.get_iso639_strings()
|
self.get_iso639_strings()
|
||||||
if not is_ci:
|
if not is_ci:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user