Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor inspector to remove redundant try-except block.
Removed unnecessary try-except block that caught exceptions during IJClient connection and code inspection. The exception handling did not add value as it only logged the exception and returned an empty list, masking potential issues.
- Loading branch information