Skip to content

Commit

Permalink
Fix property access for WritePaths.addonsDir
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Davis authored and Luke Davis committed Mar 21, 2024
1 parent 63e0d6c commit 6051310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/globalPlugins/addonUpdater/addonUpdateProc.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6051310

Please sign in to comment.