diff --git a/pollen/private/ts.rktd b/pollen/private/ts.rktd index 2a04449..bd25727 100644 --- a/pollen/private/ts.rktd +++ b/pollen/private/ts.rktd @@ -1 +1 @@ -1575123304 +1575591495 diff --git a/pollen/render.rkt b/pollen/render.rkt index 81d1289..33ea3fa 100644 --- a/pollen/render.rkt +++ b/pollen/render.rkt @@ -345,10 +345,8 @@ [maybe-template-path] [(get-template-for source-path output-path)] [else (raise-user-error 'render-markup-or-markdown-source - "couldn't find template~a" - (if (has-inner-poly-ext? source-path) - (format " for target .~a" (current-poly-target)) - ""))])) + "couldn't find template for target .~a" + (current-poly-target))])) ;; use a temp file so that multiple (possibly parallel) renders ;; do not compete for write access to the same template