From 6cf3d0895fe5c648da6b03be5b5a09676d6ca5f1 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Tue, 5 Apr 2022 09:08:41 -0700 Subject: [PATCH] don't convert to string --- quad2/attr.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quad2/attr.rkt b/quad2/attr.rkt index f99f548e..672050c7 100644 --- a/quad2/attr.rkt +++ b/quad2/attr.rkt @@ -98,7 +98,7 @@ ;; relies on `current-directory` being parameterized to source file's dir (do-attr-iteration qs #:which-attr attr-path? - #:value-proc (λ (val attrs) (path->string (path->complete-path val))))) + #:value-proc (λ (val attrs) (path->complete-path val)))) (define-pass (parse-dimension-strings qs) #:pre (list-of quad?)