mirror of
https://github.com/gryf/boxpy.git
synced 2026-04-27 14:43:56 +02:00
Make temporary files begin with meaningful prefix
This commit is contained in:
@@ -545,7 +545,7 @@ class Image:
|
||||
self.version = version
|
||||
self.arch = arch
|
||||
self.vbox = vbox
|
||||
self._tmp = tempfile.mkdtemp()
|
||||
self._tmp = tempfile.mkdtemp(prefix='boxpy_')
|
||||
self._img = f"ubuntu-{self.version}-server-cloudimg-{self.arch}.img"
|
||||
|
||||
def convert_to_vdi(self, disk_img, size):
|
||||
|
||||
Reference in New Issue
Block a user