mirror of
https://github.com/derrod/legendary.git
synced 2024-12-22 01:45:28 +00:00
[cli] Fix overlay install error message (no resume)
This commit is contained in:
parent
dfaccba2cb
commit
af08f5d11b
|
@ -2065,9 +2065,8 @@ class LegendaryCLI:
|
|||
dlm.start()
|
||||
dlm.join()
|
||||
except Exception as e:
|
||||
logger.warning(f'The following exception occurred while waiting for the downloader to finish: {e!r}. '
|
||||
f'Try restarting the process, the resume file will be used to start where it failed. '
|
||||
f'If it continues to fail please open an issue on GitHub.')
|
||||
logger.error(f'The following exception occurred while waiting for the downloader to finish: {e!r}. '
|
||||
f'Try restarting the process, if it continues to fail please open an issue on GitHub.')
|
||||
else:
|
||||
logger.info('Finished downloading, setting up overlay...')
|
||||
self.core.finish_overlay_install(igame)
|
||||
|
|
Loading…
Reference in a new issue