mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 01:28:09 -03:30
django-i18n: small fix
This commit is contained in:
@@ -72,7 +72,6 @@ def pull(lang=None, both=None):
|
||||
def push(lang=None, both=None):
|
||||
"""
|
||||
Push django.pot to Zanata
|
||||
project_type should be podir at Zanata
|
||||
"""
|
||||
p = Popen("zanata push --project-config %(config)s --disable-ssl-cert" %
|
||||
{'config': PROJECT_CONFIG}, stdout=PIPE, stderr=PIPE, shell=True)
|
||||
|
||||
Reference in New Issue
Block a user