Skip to content

Commit b9719af

Browse files
jmcouffinCopilot
andauthored
Update extensions/pyRevitTools.extension/pyRevit.tab/Analysis.panel/ColorSplasher.pushbutton/script.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 8db4a9e commit b9719af

File tree

1 file changed

+0
-1
lines changed
  • extensions/pyRevitTools.extension/pyRevit.tab/Analysis.panel/ColorSplasher.pushbutton

1 file changed

+0
-1
lines changed

extensions/pyRevitTools.extension/pyRevit.tab/Analysis.panel/ColorSplasher.pushbutton/script.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1960,7 +1960,6 @@ def launch_color_splasher():
19601960
return
19611961

19621962
try:
1963-
uiapp = HOST_APP.uiapp
19641963
except (AttributeError, RuntimeError, Exception) as e:
19651964
error_msg = UI.TaskDialog("Color Splasher Error")
19661965
error_msg.MainInstruction = "Unable to access Revit application"

0 commit comments

Comments
 (0)