unnecessary arg
authorMarko Kreen <markokr@gmail.com>
Wed, 4 Apr 2007 12:47:31 +0000 (12:47 +0000)
committerMarko Kreen <markokr@gmail.com>
Wed, 4 Apr 2007 12:47:31 +0000 (12:47 +0000)
python/londiste/repair.py

index ec4bd404581d325aba73bcaa9811d44a704e58c9..140e8bba0737a341f16a5f605234fc8db2ad98d7 100644 (file)
@@ -208,7 +208,7 @@ class Repairer(Syncer):
                 tbl, ", ".join(set_list), " and ".join(whe_list))
         self.show_fix(tbl, q, 'update')
 
-    def got_missed_delete(self, tbl, dst_row, pkey_list):
+    def got_missed_delete(self, tbl, dst_row):
         self.cnt_delete += 1
         whe_list = []
         for f in self.pkey_list: