This commit is contained in:
Marc Beninca 2024-06-10 10:01:24 +02:00
parent 517da87ffb
commit e84417c077
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -15,7 +15,7 @@ def create_image(file_path: str, size_bytes: int):
def empty_file(path: str):
write(path, str())
write(path, "")
def get_mount_uuid(path: str):