Skip to content

Commit 56de140

Browse files
authored
Merge 30e1daa into d13398a
2 parents d13398a + 30e1daa commit 56de140

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/_addonStore/dataManager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ def _getCachedInstalledAddonData(self, addonId: str) -> Optional[InstalledAddonS
281281
with open(addonCachePath, 'r', encoding='utf-8') as cacheFile:
282282
cacheData = json.load(cacheFile)
283283
except Exception:
284-
log.exception("Invalid cached installed add-on data")
284+
log.exception(f"Invalid cached installed add-on data: {addonCachePath}")
285285
return None
286286
if not cacheData:
287287
return None

0 commit comments

Comments
 (0)