Skip to content

Commit

Permalink
feat: added confirmation message when loading connectivity or drives
Browse files Browse the repository at this point in the history
  • Loading branch information
gtdang authored and ntolley committed Aug 1, 2024
1 parent 773a86d commit af88c02
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hnn_core/gui/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -1622,6 +1622,8 @@ def on_upload_params_change(change, tstop, dt, log_out, drive_boxes,
drive_boxes, tstop, layout)
else:
raise ValueError

print(f"Loaded {load_type} from {param_dict['name']}")
# Resets file counter to 0
change['owner'].set_trait('value', ([]))
return params
Expand Down

0 comments on commit af88c02

Please sign in to comment.