Fix #2147289 [Is Transifex synchronization turned off](https://bugs.launchpad.net/calibre/+bug/2147289)

This commit is contained in:
Kovid Goyal 2026-04-05 14:04:14 +05:30
parent ee3166cc5b
commit dc65efe857
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -226,7 +226,6 @@ class POT(Command): # {{{
time=time.strftime('%Y-%m-%d %H:%M+%Z'))
def run(self, opts):
return
if not is_ci:
require_git_master()
if not is_ci: