fidx that too

This commit is contained in:
ia74 2025-08-09 01:20:17 -05:00
parent 292a97e33b
commit c2d46895b2

View file

@ -544,7 +544,7 @@ class iRobotCloudApi:
_LOGGER.debug("Saved UMF data for pmap %s to %s", pmap_id, DEBUG_UMF_PATH) _LOGGER.debug("Saved UMF data for pmap %s to %s", pmap_id, DEBUG_UMF_PATH)
except (OSError, json.JSONEncodeError) as e: except (OSError, Exception) as e:
_LOGGER.warning("Failed to save UMF debug data: %s", e) _LOGGER.warning("Failed to save UMF debug data: %s", e)