Procházet zdrojové kódy

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

Alan Jenkins před 10 roky
rodič
revize
3321a887d3
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  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)))