Files @ b4004db97776
Branch filter:

Location: majic-ansible-roles/roles/wsgi_website/templates/wsgi_requirements.txt.j2

branko
MAR-218: Fix incorrect logic for switching directory:

- No piping can be used (since that would be a subshell and would not
affect the working directory for the remainder of the script run).
1
2
3
{% for requirement in wsgi_requirements %}
{{ requirement }}
{% endfor %}