aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzlg <zlg@zlg.space>2022-06-04 23:13:14 -0700
committerzlg <zlg@zlg.space>2022-06-04 23:13:14 -0700
commit71d5200ef73217b2b87720430705a247e1238a16 (patch)
tree966f21fe144a97a3d51ea96b25c7f1157b3a290f
parentFix version string, add TODO items (diff)
downloaddupekill-master.tar.gz
dupekill-master.tar.bz2
dupekill-master.tar.xz
dupekill-master.zip
Use double-equals to compare value instead of identityHEADmaster
-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