Remove corrupt FS on store sentry report (#2308)

This commit is contained in:
Pascal Vizeli 2020-11-28 18:11:56 +01:00 committed by GitHub
parent 5c25fcd84c
commit 06fae59fc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -92,7 +92,6 @@ class StoreData(CoreSysAttributes):
_LOGGER.critical(
"Can't process %s because of Filesystem issues: %s", repository, err
)
self.sys_capture_exception(err)
return
for addon in addon_list: