Show More
@@ -526,7 +526,8 b' class repacker(object):' | |||
|
526 | 526 | |
|
527 | 527 | # Filter orderednodes to just the nodes we want to serialize (it |
|
528 | 528 | # currently also has the edge nodes' ancestors). |
|
529 |
orderednodes = filter(lambda node: node in nodes, |
|
|
529 | orderednodes = list(filter(lambda node: node in nodes, | |
|
530 | orderednodes)) | |
|
530 | 531 | |
|
531 | 532 | # Garbage collect old nodes: |
|
532 | 533 | if self.garbagecollect: |
General Comments 0
You need to be logged in to leave comments.
Login now