DrDr racket not new enough

This commit is contained in:
Jay McCarthy 2011-08-08 12:18:50 -06:00
parent fd90ab4c9b
commit 756e86c9a7

View File

@ -198,7 +198,7 @@
(list (format " ~a" id) (list (format " ~a" id)
(for/list ([f (in-list paths)] (for/list ([f (in-list paths)]
[i (in-range ERROR-LIMIT)] [i (in-range ERROR-LIMIT)]
#:unless (path-random? f)) #:when (not (path-random? f)))
(format " ~a" (path->url f))) (format " ~a" (path->url f)))
"")))) ""))))
"") "")