mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-08 05:50:47 +00:00
tests: remove temporary folders
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ import tempfile
|
||||
|
||||
class TestOut:
|
||||
def __init__(self):
|
||||
self.tmp_file = tempfile.NamedTemporaryFile(delete=False)
|
||||
self.tmp_file = tempfile.NamedTemporaryFile(delete=True)
|
||||
self.read_pos = 0
|
||||
|
||||
def fileno(self):
|
||||
|
||||
Reference in New Issue
Block a user