Remove double python in translation script

Calling python python does not work ;(

Change-Id: Ica61d1208b322a5df332aef8afbde1c3785301b9
This commit is contained in:
Andreas Jaeger
2017-10-19 21:46:45 +02:00
parent 9847e8d48e
commit cf987e1646

View File

@@ -139,7 +139,7 @@ function setup_project {
local exclude='.tox/**'
$VENV/bin/python $VENV/bin/python $SCRIPTSDIR/create-zanata-xml.py \
$VENV/bin/python $SCRIPTSDIR/create-zanata-xml.py \
-p $project -v $version --srcdir . --txdir . \
-r '**/*.pot' '{path}/{locale_with_underscore}/LC_MESSAGES/{filename}.po' \
-e "$exclude" -f zanata.xml