Skip to content

Commit

Permalink
Disable merging of duplicate files
Browse files Browse the repository at this point in the history
Signed-off-by: John Pennycook <john.pennycook@intel.com>
  • Loading branch information
Pennycook committed Mar 7, 2024
1 parent 164c3f1 commit ee1d464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codebasin/finder.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def __init__(self, summarize_only):
self.langs = {}
self.summarize_only = summarize_only
self.fileinfo = collections.defaultdict(list)
self.merge_duplicates = True
self.merge_duplicates = False

def _map_filename(self, fn):
"""
Expand Down

0 comments on commit ee1d464

Please sign in to comment.