In the former version, when collecting filterable 'glob_file'
specs, an unexpected "Traceback" info will be printed in
the debug log.
In fact, it's not necessary to add the NoFilterException,
in that case, the ContentException can be leveraged, we
just need to log it into the debug instead of raising it again.
All Pull Requests:
Check all that apply:
[x] Have you followed the guidelines in our Contributing document, including the instructions about commit messages?
In the former version, when collecting filterable 'glob_file' specs, an unexpected "Traceback" info will be printed in the debug log.
In fact, it's not necessary to add the NoFilterException, in that case, the ContentException can be leveraged, we just need to log it into the debug instead of raising it again.
All Pull Requests:
Check all that apply:
Complete Description of Additions/Changes: