Skip to content

Commit

Permalink
Merge pull request #2 from hugovk/patch-1
Browse files Browse the repository at this point in the history
Update DuplicateFiles.py
  • Loading branch information
endlesslycurious committed Aug 20, 2012
2 parents 35158ef + ca8fadd commit ebb0373
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DuplicateFiles.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ def find_duplicates( rootdir ):
if ARGS.remove == True:
remove( f )
print '\tDeleted '+ f
else:
print '\t'+ f
else:
print '\t'+ f

0 comments on commit ebb0373

Please sign in to comment.