Skip to content

Commit 8ae818e

Browse files
jonatanjacobssonromangolev
authored andcommitted
missing comma in the docs for CommandSwitchWindow
1 parent 6ccc8c1 commit 8ae818e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyrevitlib/pyrevit/forms/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1239,7 +1239,7 @@ class CommandSwitchWindow(TemplateUserInputWindow):
12391239
cfgs = {'option1': { 'background': '0xFF55FF'}}
12401240
rops, rswitches = forms.CommandSwitchWindow.show(
12411241
ops,
1242-
switches=switches
1242+
switches=switches,
12431243
message='Select Option',
12441244
config=cfgs,
12451245
recognize_access_key=False

0 commit comments

Comments
 (0)