watts-dev/watts

Unable to copy files in `extra_template_inputs` to the temporary directory

Closed this issue · 0 comments

The following line in template.py seems to be specifying the original file as the out_path which causes the original template files to be overwritten. As a results, these files are not created in the temporary directory.

https://github.com/watts-dev/watts/blob/c786e9e6808268229c9063e7f1cd7d7dccdf6f87/src/watts/template.py#L56C8-L56C76