Skip to content

Commit daa3d48

Browse files
committed
-
1 parent 87d1302 commit daa3d48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

garlicsim_wx/garlicsim_wx/widgets/general_misc/cute_file_dialog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def create_show_modal_and_get_path(cls, *args, **kwargs):
4141
4242
Returns `None` if "Cancel" was pressed.
4343
'''
44-
dialog = cls(parent, *args, **kwargs)
44+
dialog = cls(*args, **kwargs)
4545
try:
4646
result = dialog.ShowModal()
4747
finally:

0 commit comments

Comments
 (0)