Skip to content

Commit 2279b60

Browse files
committed
BF: take first path from heuristics module
1 parent 973d272 commit 2279b60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import os.path as op
22
import heudiconv.heuristics
33

4-
HEURISTICS_PATH = op.join(heudiconv.heuristics.__path__)
4+
HEURISTICS_PATH = op.join(heudiconv.heuristics.__path__[0])
55
TESTS_DATA_PATH = op.join(op.dirname(__file__), 'data')
66

77

0 commit comments

Comments
 (0)