ASFHyP3 / hyp3-cookiecutter

Cookiecutter to quickly generate a new HyP3 Plugin
BSD 3-Clause "New" or "Revised" License
4 stars 4 forks source link

Jinja rendering incorrectly in places #54

Closed jhkennedy closed 3 months ago

jhkennedy commented 3 months ago

In some places where we want to insert ${{ THING }} in our jina templates, they accidentally get rendered as {{'${{ THING }}'}}:

For example: https://github.com/ASFHyP3/back-projection/commit/116e8760bcf61dd36825470f0103d698caee6755#diff-85b3e9fb3fe595237aad5d1bdc874e219afbb46e7191d95fc67d2880547c74a7R17

jhkennedy commented 3 months ago

I just re-ran the cookiecutter for creating a new plugin and these areas were rendered correctly -- I suspect this cookiecutter template was not rendered, and instead, the template files were copy-pasted into the back-projection repo. Closing as can't reproduce