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,7 +212,8 @@ class POT(Command): # {{{
|
||||
time=time.strftime('%Y-%m-%d %H:%M+%Z'))
|
||||
|
||||
def run(self, opts):
|
||||
require_git_master()
|
||||
if not is_ci:
|
||||
require_git_master()
|
||||
self.get_iso639_strings()
|
||||
if not is_ci:
|
||||
self.get_website_strings()
|
||||
|
Loading…
x
Reference in New Issue
Block a user