422
431
# there's a small race window between checking it and doing the
424
433
broken_info_path = tmpname + self.__INFO_NAME
427
436
if broken_lines != corrupt_info_lines:
428
437
raise LockBreakMismatch(self, broken_lines, corrupt_info_lines)
429
438
self.transport.delete(broken_info_path)