formulas.jinja: python 2.6 support
This commit is contained in:
parent
4eb6d87870
commit
eb421c676f
@ -8,7 +8,7 @@
|
|||||||
{% for entry in entries %}
|
{% for entry in entries %}
|
||||||
|
|
||||||
{% set basedir = formulas_git_opt(env, 'basedir') %}
|
{% 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 %}
|
{% set update = formulas_git_opt(env, 'update')|load_yaml %}
|
||||||
|
|
||||||
# Setup the directory hosting the Git repository
|
# Setup the directory hosting the Git repository
|
||||||
|
Loading…
x
Reference in New Issue
Block a user