projects
/
skytools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a2884b
)
unnecessary arg
author
Marko Kreen
<markokr@gmail.com>
Wed, 4 Apr 2007 12:47:31 +0000
(12:47 +0000)
committer
Marko Kreen
<markokr@gmail.com>
Wed, 4 Apr 2007 12:47:31 +0000
(12:47 +0000)
python/londiste/repair.py
patch
|
blob
|
blame
|
history
diff --git
a/python/londiste/repair.py
b/python/londiste/repair.py
index ec4bd404581d325aba73bcaa9811d44a704e58c9..140e8bba0737a341f16a5f605234fc8db2ad98d7 100644
(file)
--- a/
python/londiste/repair.py
+++ b/
python/londiste/repair.py
@@
-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: