[go: up one dir, main page]

Brace pattern in start paths value not matching explicit entries if wildcard is also present

If the brace pattern in the start paths value has a mix of explicit entries and wildcard entries, only the wildcard entries are processed.

Example:

start_paths: '{docs,more*}'

Only matches moredocs, but not docs. This happens because the explicit entries are being ignored.

Edited by Dan Allen