We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2eb3675 commit 2986f57Copy full SHA for 2986f57
1 file changed
CanDI/candi/data.py
@@ -38,7 +38,7 @@ def __init__(self, config_path='auto', verbose=False):
38
self._parser = parser
39
self._verify_install()
40
self._init_sources()
41
- # self._init_depmap_paths()
+ self._init_depmap_paths()
42
self._init_index_tables()
43
44
def _verify_install(self): #ensures data being loaded is present
0 commit comments