mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-11 10:12:06 +08:00
Use absolute path for scikits.image.data_dir.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
import os.path as _osp
|
||||
|
||||
data_dir = _osp.join(_osp.dirname(__file__), 'data')
|
||||
data_dir = _osp.abspath(_osp.join(_osp.dirname(__file__), 'data'))
|
||||
|
||||
from version import version as __version__
|
||||
|
||||
|
||||
Reference in New Issue
Block a user