From 716a1cbc40eacd131a5226fc45f2e61fd5851ba4 Mon Sep 17 00:00:00 2001 From: Shawn Kearney <116193148+skearney-splice@users.noreply.github.com> Date: Wed, 7 Jan 2026 11:36:57 -0600 Subject: [PATCH] Update shared_toolsets.py changed fullfilename to the correct ref fullFileName --- scripts/shared_toolsets.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/shared_toolsets.py b/scripts/shared_toolsets.py index ab22104..e2e94bf 100644 --- a/scripts/shared_toolsets.py +++ b/scripts/shared_toolsets.py @@ -328,7 +328,7 @@ def createToolsetMenuItems(m, rootPath, fullPath, delete, allToolsetsList, isLoc subfilename = fullFileName[i:] else: #COMMENT: should never happen, but just in case ... - subfilename = fullfilename + subfilename = fullFileName if isLocal and (subfilename in allToolsetsList): #COMMENT: if we've already appended [user] to the menu name, don't need it on the filename if (i != -1) and subfilename[len("SharedToolSets/"):].find("/") == -1: @@ -343,3 +343,4 @@ def createToolsetMenuItems(m, rootPath, fullPath, delete, allToolsetsList, isLoc retval = True return retval +