diff options
Diffstat (limited to '')
-rwxr-xr-x | dupekill | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -91,7 +91,7 @@ def dupekill(dry_run=False, recursive=False, verbose=False, all_files=False, ign continue # No sense in adding an empty file to the list - if filesize is 0: + if filesize == 0: continue # We need this flag to determine state before adding to the list |