You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
appstore: fix variable not initialized error
This commit is contained in:
@@ -67,6 +67,7 @@ def is_overridden_builtin_app(app_fullname):
|
||||
def is_update_available(app_fullname, new_version):
|
||||
appdir = f"/apps/{app_fullname}"
|
||||
builtinappdir = f"/builtin/apps/{app_fullname}"
|
||||
installed_app=None
|
||||
if is_installed_by_path(appdir):
|
||||
print(f"{appdir} found, getting version...")
|
||||
installed_app = parse_manifest(f"{appdir}/META-INF/MANIFEST.JSON")
|
||||
|
||||
Reference in New Issue
Block a user