Skip to content

Commit 8d0dad5

Browse files
authored
Merge pull request #2629 from tay0thman/patch-17
Fix Typo for the color splasher
2 parents cb186d5 + 7bf4772 commit 8d0dad5

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ def Execute(self, uiapp):
361361
ogs.SetSurfaceForegroundPatternId(solid_fill_id)
362362
ogs.SetCutForegroundPatternId(solid_fill_id)
363363
# Get filters apply to view
364-
filter_name = sel_cat.name + "/" + sel_par.name + " - " + item.value
364+
filter_name = sel_cat.name + " " + sel_par.name + " - " + item.value
365365
# added ':' character and chaged the removal method to translate, ref: issue #2466
366366
filter_name = filter_name.translate({ord(i): None for i in "{}[]:\\|?/<>*"})
367367
if filter_name in dict_filters or filter_name in dict_rules:

0 commit comments

Comments
 (0)