guard invocations of tar from interactive mode
[python-delta-tar] / testing / __init__.py
index 8f3bbbe..ebaf6c8 100644 (file)
@@ -29,7 +29,6 @@ def new_volume_handler(tarobj, base_name, volume_number, encryption=None):
     Handles the new volumes
     '''
     volume_path = "%s.%d" % (base_name, volume_number)
-    tarobj.close()
     tarobj.open_volume(volume_path, encryption=encryption)
 
 def make_new_encryption_volume_handler(encryption):