Addon Manager: Unit tests for cache loading

This commit is contained in:
Chris Hennes
2022-08-09 10:23:12 -05:00
parent 4def062fe2
commit 1ec8775c2c
2 changed files with 60 additions and 9 deletions

View File

@@ -225,6 +225,7 @@ class Addon:
"PackageMetadata",
instance.name,
)
print (f"Trying to load from {cached_package_xml_file}\n")
if os.path.isfile(cached_package_xml_file):
instance.load_metadata_file(cached_package_xml_file)