Skip to content

Commit 2986f57

Browse files
committed
fix a minor bug
uncomment initialization of dependency map paths in Data class
1 parent 2eb3675 commit 2986f57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CanDI/candi/data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def __init__(self, config_path='auto', verbose=False):
3838
self._parser = parser
3939
self._verify_install()
4040
self._init_sources()
41-
# self._init_depmap_paths()
41+
self._init_depmap_paths()
4242
self._init_index_tables()
4343

4444
def _verify_install(self): #ensures data being loaded is present

0 commit comments

Comments
 (0)