Skip to content

Commit

Permalink
Until session save/restore implemented, don't save tool in session
Browse files Browse the repository at this point in the history
  • Loading branch information
e-pettersen committed Dec 17, 2024
1 parent 7f4e42d commit f5c8da2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/bundles/profile_grids/src/tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,8 @@ def restore_snapshot(cls, session, data):
inst.show_feature_browser(seq, state=fb_data)
return inst

SESSION_SAVE = True
#TODO: change to the below when snapshot methods implemented
#SESSION_SAVE = True

def take_snapshot(self, session, flags):
raise NotImplementedError("take_snaphot")
Expand Down

0 comments on commit f5c8da2

Please sign in to comment.