Skip to content

Commit

Permalink
added self._reload_variables() at the end of load_savepoint
Browse files Browse the repository at this point in the history
  • Loading branch information
anderstheet committed Feb 7, 2019
1 parent b7caca4 commit 3b4a172
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scrunch/datasets.py
Original file line number Diff line number Diff line change
Expand Up @@ -1906,6 +1906,7 @@ def load_savepoint(self, description=None):

sp = self.resource.savepoints.by('description').get(description)
self.resource.session.post(sp.revert)
self._reload_variables()

def savepoint_attributes(self, attrib):
"""
Expand Down

0 comments on commit 3b4a172

Please sign in to comment.