Thursday, June 25, 2026
1 change · saas-19.2
Enhancements to existing features
This update reduces unnecessary error noise when checking connected devices that are not the expected type. It also makes the code more precise and easier to maintain, which helps keep logs clearer for support and operations teams.
Original PR description
We remove the stack trace from the exception reading FDM response to avoid polluting the logs when probing non FDM ports. We also now catch a more precise `IndexError` instead of `Exception` as it wasn't necessary to catch this wide. We also caught the opportunity to ruff the file.