From 2232b97b256e39b1d0256513cc52e94a919da510 Mon Sep 17 00:00:00 2001 From: Brandon Dube Date: Mon, 18 Mar 2019 14:32:23 -0400 Subject: [PATCH] move sample data up one directory to avoid issues with eggs --- prysm/sample_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prysm/sample_data.py b/prysm/sample_data.py index 7a85eed2..905b0883 100644 --- a/prysm/sample_data.py +++ b/prysm/sample_data.py @@ -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)