Skip to content
Snippets Groups Projects
Commit 736fc30d authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

BF: Fix BIPDIR access

parent 598e7e26
No related branches found
No related tags found
1 merge request!4ENH: Config file templating
......@@ -56,4 +56,4 @@ def lockdir(dirname, delay=5):
def get_data(filename):
"""Return the filename, prefixed with the bip/data/ directory path. """
filename.replace('/', os.sep)
return op.join(bipdir, 'data', filename)
return op.join(bip.BIPDIR, 'data', filename)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment