Skip to content

Commit 8db4a9e

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 5ee8769 commit 8db4a9e

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-
version = int(HOST_APP.version)
19641963
uiapp = HOST_APP.uiapp
19651964
except (AttributeError, RuntimeError, Exception) as e:
19661965
error_msg = UI.TaskDialog("Color Splasher Error")

0 commit comments

Comments
 (0)