remove close that is not needed any more
authorChristian Herdtweck <christian.herdtweck@intra2net.com>
Wed, 20 Jul 2016 15:58:10 +0000 (17:58 +0200)
committerChristian Herdtweck <christian.herdtweck@intra2net.com>
Thu, 12 Nov 2020 14:04:34 +0000 (15:04 +0100)
testing/test_volume_size_accuracy.py

index 22ed178..e0fe481 100755 (executable)
@@ -137,7 +137,6 @@ def check_file_fill(file_name, file_size):
 
 def new_volume_handler(tarobj, base_name, volume_number):
     """ called from tarobj when creating a new volume """
-    tarobj.fileobj.close()
     volume_path = "%s.%d" % (base_name, volume_number)
     tarobj.open_volume(volume_path)