Browse Source

io.write_commit() already implies io.close_segment()

Alan Jenkins 10 năm trước cách đây
mục cha
commit
3321a887d3
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      attic/repository.py

+ 0 - 1
attic/repository.py

@@ -300,7 +300,6 @@ class Repository(object):
             report_error('Adding commit tag to segment {}'.format(transaction_id))
             self.io.segment = transaction_id + 1
             self.io.write_commit()
-            self.io.close_segment()
         if current_index and not repair:
             if len(current_index) != len(self.index):
                 report_error('Index object count mismatch. {} != {}'.format(len(current_index), len(self.index)))