430
430
# there's a small race window between checking it and doing the
432
432
broken_info_path = tmpname + self.__INFO_NAME
435
435
if broken_lines != corrupt_info_lines:
436
436
raise LockBreakMismatch(self, broken_lines, corrupt_info_lines)
437
437
self.transport.delete(broken_info_path)