Skip to content

Commit

Permalink
remove dest data
Browse files Browse the repository at this point in the history
  • Loading branch information
d-flood committed Oct 12, 2021
1 parent e1f1458 commit 0d1da18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tendon/py/ce_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def layout():
[sg.T('Collation Config File'), sg.I(settings['ce_config_fn'], key='config_fn'), sg.FileBrowse(file_types=(('JSON Files', '*.json'),))],
[sg.Frame('Collation Configuration', settings_frame)],
[sg.B('Update'), sg.T(''), launch_ce, sg.T(''), sg.B('Done', key='exit')],
[sg.T('Removed'), sg.Listbox(['hello', 'world', 'yay'], select_mode=sg.LISTBOX_SELECT_MODE_EXTENDED, key='removed')],
[sg.T('Removed'), sg.Listbox([], select_mode=sg.LISTBOX_SELECT_MODE_EXTENDED, key='removed')],
]

def edit_config(values):
Expand Down

0 comments on commit 0d1da18

Please sign in to comment.