aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdupekill2
1 files changed, 1 insertions, 1 deletions
diff --git a/dupekill b/dupekill
index c80f837..56d56ee 100755
--- a/dupekill
+++ b/dupekill
@@ -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