Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
discover: Ignore pylint error regarding too many nested blocks
This adds an ignore statement for the `too-many-blocks` error to the discover function. The code seems to be fine and needs to handle all of those exceptions in try blocks. It's still readable perfectly fine, so let's ignore this error for now.
- Loading branch information