summaryrefslogtreecommitdiffstats
path: root/src/live/ogOperations.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/live/ogOperations.py')
-rw-r--r--src/live/ogOperations.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live/ogOperations.py b/src/live/ogOperations.py
index 1747364..0d29948 100644
--- a/src/live/ogOperations.py
+++ b/src/live/ogOperations.py
@@ -482,7 +482,7 @@ class OgLiveOperations:
except:
self._restartBrowser(self._url)
logging.exception('Exception when running "image create" subprocess')
- raise ValueError('Error: Incorrect command value')
+ raise ValueError(f'Error: Cannot create image for {fstype} filesyste in device {padev}')
try:
st = os.stat(image_path)