Missing in-list
calls.
This commit is contained in:
parent
1d9e2003ac
commit
5ef6a2662d
|
@ -643,7 +643,7 @@
|
|||
(links #:file file #:user? user? #:version-regexp version-re
|
||||
#:root? #t))]
|
||||
#:when (directory-exists? cp)
|
||||
[collection (directory-list cp)]
|
||||
[collection (in-list (directory-list cp))]
|
||||
#:when (directory-exists? (build-path cp collection)))
|
||||
(col (path->string collection)
|
||||
(build-path cp collection)))))
|
||||
|
@ -655,7 +655,7 @@
|
|||
(append*
|
||||
(for/list ([cp (current-library-collection-paths)]
|
||||
#:when (directory-exists? cp)
|
||||
[collection (directory-list cp)]
|
||||
[collection (in-list (directory-list cp))]
|
||||
#:when (directory-exists? (build-path cp collection)))
|
||||
(col (path->string collection)
|
||||
(build-path cp collection)))
|
||||
|
|
Loading…
Reference in New Issue
Block a user