sacred icon indicating copy to clipboard operation
sacred copied to clipboard

Observers Doc refers to missing template

Open jnphilipp opened this issue 4 years ago • 3 comments

The section Template Rendering refers to sacred/examples/my_runs/template.html which no longer exists.

jnphilipp avatar Dec 04 '20 17:12 jnphilipp

Yes, that's right. You can create a pull request if you like.

While looking at the code, I realized that there is a bug in the template rendering: If you provide a template file but mako is not installed, the code just runs through but doesn't create a rendered file. It also looks like the rendering code expects a pathlib.Path but the argument is never converted or checked.

thequilo avatar Dec 06 '20 18:12 thequilo