mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-03 04:52:16 +08:00
Merge pull request #577 from quantopian/minor_zipline_path_fix
BUG: Correct method for finding security lists directory
This commit is contained in:
@@ -8,7 +8,7 @@ import zipline
|
||||
|
||||
|
||||
DATE_FORMAT = "%Y%m%d"
|
||||
zipline_dir = os.path.join(*zipline.__path__)
|
||||
zipline_dir = os.path.dirname(zipline.__file__)
|
||||
SECURITY_LISTS_DIR = os.path.join(zipline_dir, 'resources', 'security_lists')
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user