Skip to content

Commit

Permalink
Update guitool.py
Browse files Browse the repository at this point in the history
  • Loading branch information
htylab committed Jun 21, 2024
1 parent 5208a68 commit 7d2b3bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tigerhx/guitool.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ def run_program_gui_interaction(selected_file, log_box, root):
option_dict['nii_in_inputdir'] = save_nii


return files, [option_dict], None,
return files, [option_dict], None

elif selected_file.endswith('.csv'):
# Process CSV files
Expand Down

0 comments on commit 7d2b3bf

Please sign in to comment.