We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3eb5fe commit a40017eCopy full SHA for a40017e
extensions/pyRevitTools.extension/pyRevit.tab/Analysis.panel/ColorSplasher.pushbutton/script.py
@@ -1957,14 +1957,6 @@ def launch_color_splasher():
1957
error_msg.MainContent = "Please ensure you have a Revit project open and try again."
1958
error_msg.Show()
1959
return
1960
-
1961
- try:
1962
- except (AttributeError, RuntimeError, Exception) as e:
1963
- error_msg = UI.TaskDialog("Color Splasher Error")
1964
- error_msg.MainInstruction = "Unable to access Revit application"
1965
- error_msg.MainContent = "Please ensure you have a Revit project open and try again."
1966
- error_msg.Show()
1967
- return
1968
1969
sel_view = get_active_view(doc)
1970
if sel_view != 0:
0 commit comments