Index: branches/ariel/xmldumps-backup/worker.py |
— | — | @@ -1616,6 +1616,7 @@ |
1617 | 1617 | if (chunk): |
1618 | 1618 | if (self.filenameHasChunk(possible, "bz2")): |
1619 | 1619 | if len(pageIDs) > 0: |
| 1620 | + possibleStartNum = None |
1620 | 1621 | for i in range(len(pageIDs)): |
1621 | 1622 | if int(pageIDs[i]) <= int(startPageID): |
1622 | 1623 | # chunk number of file starts at 1. |