Show More
@@ -1432,6 +1432,7 b' class manifestfulltextcache(util.lrucach' | |||
|
1432 | 1432 | set = super(manifestfulltextcache, self).__setitem__ |
|
1433 | 1433 | # ignore trailing data, this is a cache, corruption is skipped |
|
1434 | 1434 | while True: |
|
1435 | # TODO do we need to do work here for sha1 portability? | |
|
1435 | 1436 | node = fp.read(20) |
|
1436 | 1437 | if len(node) < 20: |
|
1437 | 1438 | break |
General Comments 0
You need to be logged in to leave comments.
Login now