From 6051310c9020cc6d5f411b2039f094de13f9a901 Mon Sep 17 00:00:00 2001 From: Luke Davis Date: Thu, 21 Mar 2024 07:23:37 -0400 Subject: [PATCH] Fix property access for WritePaths.addonsDir --- addon/globalPlugins/addonUpdater/addonUpdateProc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addon/globalPlugins/addonUpdater/addonUpdateProc.py b/addon/globalPlugins/addonUpdater/addonUpdateProc.py index c64fc60..290c6e2 100644 --- a/addon/globalPlugins/addonUpdater/addonUpdateProc.py +++ b/addon/globalPlugins/addonUpdater/addonUpdateProc.py @@ -239,7 +239,7 @@ def installAddonUpdate(destPath: str, addonName: str) -> int: # as having updates, even though it's just a different instance of the same version. # The real cause is the older version listed in the store JSON, but the UI can't represent that. oldStoreRecord: str = os.path.join( - WritePaths.addonsDir(), + WritePaths.addonsDir, bundleName + ".json" ) try: