diff options
-rw-r--r-- | src/live/ogOperations.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live/ogOperations.py b/src/live/ogOperations.py index a43e756..f0c30bf 100644 --- a/src/live/ogOperations.py +++ b/src/live/ogOperations.py @@ -174,7 +174,7 @@ class OgLiveOperations: raise if (not os.path.exists(image_path)): - raise OgError(f'Image file {image_path} does not exist') + raise OgError(f'could not find {image_path} in cache') if (not tip_check_csum(repo, name)): raise OgError(f'checksum file {name}.full.sum is missing in repository {repo}') |