Skip to content

Commit

Permalink
Update ui_group function in group.py
Browse files Browse the repository at this point in the history
  • Loading branch information
yangbobo2021 committed Dec 18, 2023
1 parent f05c320 commit 6de963c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/ui_utils/group.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def ui_group(ui_message: List[Tuple]) -> Tuple:
("checkbox", "checkbox ui message", ["id1", "id2"]),
("radio", "radio ui message", ["id1", "id2"]),
]
items in ui_message are created by functions like:make_checkbox_control
"""
ui_message = "\n".join([m[1] for m in ui_message])
Expand Down

0 comments on commit 6de963c

Please sign in to comment.