From 6aaa3b91369f45ed7c23a9d54f271f1c158cb757 Mon Sep 17 00:00:00 2001 From: Peter Landgren Date: Tue, 7 Jul 2009 06:16:30 +0000 Subject: [PATCH] Changed start-date to start_date svn: r12770 --- src/plugins/tool/FindDupes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/tool/FindDupes.py b/src/plugins/tool/FindDupes.py index dde339ea1..b3cfc89be 100644 --- a/src/plugins/tool/FindDupes.py +++ b/src/plugins/tool/FindDupes.py @@ -432,7 +432,7 @@ class Merge(Tool.Tool,ManagedWindow.ManagedWindow): if start_date_2 <= start_date_1 <= stop_date_2 or \ start_date_1 <= start_date_2 <= stop_date_1 or \ start_date_2 <= stop_date_1 <= stop_date_2 or \ - start-date_1 <= stop_date_2 <= stop_date_1: + start_date_1 <= stop_date_2 <= stop_date_1: return 0.5 else: return -1