> On Mar 1, 2019, at 11:08 AM, Brendan Stromberger 
> <brendanstromber...@gmail.com> wrote:
> 
> build-path: contract violation
>   expected: (or/c path-for-some-system? path-string? 'up 'same)
>   given: 'body/2_understanding_the_lines.poly.pm
>   argument position: 2nd
>   other arguments...:
>    #<path:/Users/vro/Desktop/dev/richmond/>
My error, the last line needs to look like this (converting the node, which is 
a symbol, to a string, which `build-path` will accept):

(define next-url (->output-path (build-path (current-project-root) 
(symbol->string next-path-pagenode))))


-- 
You received this message because you are subscribed to the Google Groups 
"Pollen" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to pollenpub+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to