vocabs.metadata.resources: don't try to expand resource patterns for vocabs without a resources.txt
parent
a0853aef4e
commit
05e53c0c58
|
|
@ -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