Skip to content

Commit 084b557

Browse files
committed
csv de-duplication added
1 parent a725552 commit 084b557

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/client/file_hierarchy_report.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ def remove_duplicates(data):
207207
buckets[version] = [row]
208208
else:
209209
buckets[version].append(row)
210-
# Run reduction process in component names that start with existing component name
210+
# Run reduction process for component names that start with existing component name
211211
# This process will ignore case in component names
212212
for set in buckets.values():
213213
set.sort(key = lambda d: d['component name'].lower())

0 commit comments

Comments
 (0)