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 6ccc8c1 commit 8ae818eCopy full SHA for 8ae818e
pyrevitlib/pyrevit/forms/__init__.py
@@ -1239,7 +1239,7 @@ class CommandSwitchWindow(TemplateUserInputWindow):
1239
cfgs = {'option1': { 'background': '0xFF55FF'}}
1240
rops, rswitches = forms.CommandSwitchWindow.show(
1241
ops,
1242
- switches=switches
+ switches=switches,
1243
message='Select Option',
1244
config=cfgs,
1245
recognize_access_key=False
0 commit comments