Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve PaloAltoArp API error handling
Even if we do want a broad exception handler, never use just `except`, as that will catch even low-level Python exceptions. Added a noqa tag and log the full exception with a slightly more information message.
- Loading branch information