Simon-Initiative / course-digest

Tool to produce a summary or digest of OLI course package contents
MIT License
2 stars 0 forks source link

[BUGFIX] handle wildcard pool selection[MER-2324] #182

Closed andersweinstein closed 1 year ago

andersweinstein commented 1 year ago

Tool was not handling legacy wildcard pool selection notation (count="*") used to select every item from a pool and the result in this case was causing crash on use after ingestion. This handles wildcard selection by putting in count of items in the pool. Accomplished by a post-processing step done after all resources have been seen.