From: Christian Herdtweck Date: Wed, 20 Jul 2016 15:58:10 +0000 (+0200) Subject: remove close that is not needed any more X-Git-Url: http://developer.intra2net.com/git/?a=commitdiff_plain;h=120e49e552c08da054e897433fda7368f7d454b3;p=python-delta-tar remove close that is not needed any more --- diff --git a/testing/test_volume_size_accuracy.py b/testing/test_volume_size_accuracy.py index 22ed178..e0fe481 100755 --- a/testing/test_volume_size_accuracy.py +++ b/testing/test_volume_size_accuracy.py @@ -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)