mirror of https://git.48k.eu/ogclient
live: rewrite log in case tiptorrent client fails
Specify that image file cannot be found in cache because tiptorrent has failed, otherwise it is confusing.master
parent
8ecd57552a
commit
1ca3639389
|
@ -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}')
|
||||
|
||||
|
|
Loading…
Reference in New Issue