mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 11:14:02 +02:00
Dont require git master on CI in POT
This commit is contained in:
parent
fcdcf1bc84
commit
37022b6a91
1 changed files with 2 additions and 1 deletions
|
|
@ -212,7 +212,8 @@ def pot_header(self, appname=__appname__, version=__version__):
|
|||
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…
Reference in a new issue