Skip to content

Commit f6736f6

Browse files
authored
Update TkEasyGUI/widgets.py
1 parent 93647a6 commit f6736f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

TkEasyGUI/widgets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4688,7 +4688,7 @@ def __init__(
46884688
save_as: bool = False,
46894689
enable_events: bool = False, # enable changing events
46904690
# other
4691-
files_delimiter: Optional[str] = ";",
4691+
files_delimiter: Optional[str] = "|",
46924692
metadata: Union[dict[str, Any], None] = None,
46934693
**kw,
46944694
) -> None:

0 commit comments

Comments
 (0)