2
0

formulas.jinja: python 2.6 support

This commit is contained in:
Petr Demin 2015-06-17 17:12:28 +03:00
parent 4eb6d87870
commit eb421c676f

View File

@ -8,7 +8,7 @@
{% for entry in entries %}
{% set basedir = formulas_git_opt(env, 'basedir') %}
{% set gitdir = '{}/{}'.format(basedir, entry) %}
{% set gitdir = '{0}/{1}'.format(basedir, entry) %}
{% set update = formulas_git_opt(env, 'update')|load_yaml %}
# Setup the directory hosting the Git repository