We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f065092 commit e386dbfCopy full SHA for e386dbf
src/ugrd/fs/test_image.py
@@ -1,4 +1,4 @@
1
-__version__ = "1.0.0"
+__version__ = "1.0.1"
2
3
from zenlib.util import contains
4
@@ -11,6 +11,7 @@ def init_banner(self):
11
12
def _allocate_image(self, image_path, padding=0):
13
"""Allocate the test image size"""
14
+ self._mkdir(image_path.parent, resolve_build=False) # Make sure the parent directory exists
15
if image_path.exists():
16
if self.clean:
17
self.logger.warning("Removing existing filesystem image file: %s" % image_path)
0 commit comments