Skip to content

Commit

Permalink
Merge pull request #86 from UCSD-E4E/56-activate-save-state
Browse files Browse the repository at this point in the history
Added self.save() call to dataset activation
  • Loading branch information
ntlhui authored Aug 17, 2023
2 parents e034866 + f9fddfb commit cb5168d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions e4e_data_management/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,8 @@ def activate(self,
else:
self.active_mission = None

self.save()

def add(self, paths: Iterable[Path],
readme: bool = False,
destination: Optional[Path] = None) -> None:
Expand Down

0 comments on commit cb5168d

Please sign in to comment.