Skip to content

Commit

Permalink
Update baseline commit (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmaussion committed Jun 21, 2018
1 parent f31f211 commit dd4977b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salem/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def _lazy_property(self):
if not path.exists(download_dir):
makedirs(download_dir)

sample_data_gh_commit = '9dfefb875d80145b12acd12b7949d235dc03d773'
sample_data_gh_commit = 'a8de4369eb803ff1413b5fe7b5d6ac130bdbe2bb'
sample_data_dir = path.join(cache_dir, 'salem-sample-data-' +
sample_data_gh_commit)

Expand Down

0 comments on commit dd4977b

Please sign in to comment.