Skip to content

Commit ee1d464

Browse files
committed
Disable merging of duplicate files
Signed-off-by: John Pennycook <john.pennycook@intel.com>
1 parent 164c3f1 commit ee1d464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codebasin/finder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def __init__(self, summarize_only):
4141
self.langs = {}
4242
self.summarize_only = summarize_only
4343
self.fileinfo = collections.defaultdict(list)
44-
self.merge_duplicates = True
44+
self.merge_duplicates = False
4545

4646
def _map_filename(self, fn):
4747
"""

0 commit comments

Comments
 (0)