Skip to content

Commit dd8a9e1

Browse files
committed
fix
1 parent 38f3d1b commit dd8a9e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

babs/templates/determine_zipfilename.sh.jinja2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ find_single_zip_in_git_tree() {{ '{' }}
2828
{% if input_dataset['is_zipped'] %}
2929
{% set u = input_dataset['name'] | upper %}
3030
{{ u }}_ZIP_REL="$(find_single_zip_in_git_tree {{ input_dataset['path_in_babs'] }} {{ input_dataset['name'] }})"
31-
{{ u }}_ZIP="{{ input_dataset['path_in_babs'] }}/${%raw%}${{{%endraw%}{{ u }}_ZIP_REL{%raw%}}{%endraw%}"
31+
{{ u }}_ZIP="{{ input_dataset['path_in_babs'] }}/{% raw %}${{% endraw %}{{ u }}_ZIP_REL{% raw %}}{% endraw %}"
3232
echo 'found {{ input_dataset['name'] }} zipfile:'
3333
echo "${%raw%}{{%endraw%}{{ u }}_ZIP{%raw%}}{%endraw%}"
3434
{% endif %}

0 commit comments

Comments
 (0)