Skip to content

Commit

Permalink
Merge pull request #350 from anderstheet/feature/341-load_savepoint-r…
Browse files Browse the repository at this point in the history
…eload

added self._reload_variables() at the end of load_savepoint
  • Loading branch information
xbito authored Feb 7, 2019
2 parents b7caca4 + 3b4a172 commit 4cfc508
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 4cfc508

Please sign in to comment.