fixed SkipList.finalize's arguments causing pylint warnings
authorForrest Voight <forrest.voight@gmail.com>
Fri, 19 Oct 2012 17:19:20 +0000 (13:19 -0400)
committerForrest Voight <forrest@forre.st>
Sat, 20 Oct 2012 20:00:09 +0000 (16:00 -0400)
p2pool/util/skiplist.py

index d913128..e9e36c2 100644 (file)
@@ -55,5 +55,5 @@ class SkipList(object):
             for x in updates:
                 updates[x] = updates[x][0], self.combine_deltas(updates[x][1], delta) if updates[x][1] is not None else delta
     
-    def finalize(self, sol):
+    def finalize(self, sol, args):
         return sol