vocabs.metadata.resources: don't try to expand resource patterns for vocabs without a resources.txt
parent
8a4fb8cbce
commit
072dd3b0d0
|
@ -21,4 +21,5 @@ PRIVATE>
|
|||
] with-directory-tree-files ;
|
||||
|
||||
: vocab-resource-files ( vocab -- filenames )
|
||||
dup vocab-resources expand-vocab-resource-files ;
|
||||
dup vocab-resources
|
||||
[ drop f ] [ expand-vocab-resource-files ] if-empty ;
|
||||
|
|
Loading…
Reference in New Issue