Skip to content

Commit

Permalink
move sample data up one directory to avoid issues with eggs
Browse files Browse the repository at this point in the history
  • Loading branch information
brandondube committed Mar 18, 2019
1 parent 4eaaaf8 commit 2232b97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prysm/sample_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

baseremote = r'https://github.com/brandondube/prysm/raw/master/sample_files/'
baselocal = Path(__file__)
root = baselocal.parent / 'sampledata'
root = baselocal.parent / '..' / 'prysm-sampledata'
root.mkdir(exist_ok=True)


Expand Down

0 comments on commit 2232b97

Please sign in to comment.