Skip to content

Commit

Permalink
efficiency...
Browse files Browse the repository at this point in the history
  • Loading branch information
benzkji committed Aug 17, 2018
1 parent d315233 commit f3d329e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ def handle(self, *args, **options):
if not file.id in duplicates:
if file.duplicates:
for dup in file.duplicates:
duplicates.append(file.id)
duplicates.append(dup.id)
self.stdout.write("Duplicates: %s" % len(duplicates))

0 comments on commit f3d329e

Please sign in to comment.