formulas.jinja: python 2.6 support

This commit is contained in:
Petr Demin
2015-06-17 17:51:40 +03:00
parent 4eb6d87870
commit eb421c676f
+1 -1
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