fix
This commit is contained in:
parent
fcc58fae64
commit
6ffa733b65
@ -14,9 +14,9 @@ FileSet {
|
|||||||
{% if 'paths' in fileset %}
|
{% if 'paths' in fileset %}
|
||||||
{% for path in fileset.paths %}
|
{% for path in fileset.paths %}
|
||||||
File = "{{ path }}"
|
File = "{{ path }}"
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% else %}
|
{% else %}
|
||||||
File = "{{ path }}"
|
File = "{{ fileset.path }}"
|
||||||
{% endif %}
|
{% endif %}
|
||||||
}
|
}
|
||||||
{% if 'excludes' in fileset %}
|
{% if 'excludes' in fileset %}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user