Skip to content

Commit

Permalink
mend
Browse files Browse the repository at this point in the history
  • Loading branch information
abearab committed Jun 26, 2024
1 parent 8409409 commit 4d72bec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CanDI/candi/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def __init__(self, config_path='auto', verbose=False):
self._parser = parser
self._verify_install()
self._init_sources()
self._init_depmap_paths()
# self._init_depmap_paths()
self._init_index_tables()

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

0 comments on commit 4d72bec

Please sign in to comment.