Skip to content

Commit

Permalink
Update fingerprint_codebase pipeline #5
Browse files Browse the repository at this point in the history
    * Compute resource fingerprints in fingerprint_codebase

Signed-off-by: Jono Yang <jyang@nexb.com>
  • Loading branch information
JonoYang committed Apr 10, 2024
1 parent 5d865a9 commit c0f9520
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/matchcode_toolkit/pipelines/fingerprint_codebase.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ def steps(cls):

def fingerprint_codebase(self):
"""
Compute directory fingerprints for matching purposes
Compute directory and resource fingerprints for matching purposes
"""
matchcode.fingerprint_codebase_directories(self.project)
matchcode.fingerprint_codebase_resources(self.project)

0 comments on commit c0f9520

Please sign in to comment.