mirror of
https://github.com/derrod/legendary.git
synced 2024-12-22 17:55:27 +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.start()
|
||||||
dlm.join()
|
dlm.join()
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
logger.warning(f'The following exception occurred while waiting for the downloader to finish: {e!r}. '
|
logger.error(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'Try restarting the process, if it continues to fail please open an issue on GitHub.')
|
||||||
f'If it continues to fail please open an issue on GitHub.')
|
|
||||||
else:
|
else:
|
||||||
logger.info('Finished downloading, setting up overlay...')
|
logger.info('Finished downloading, setting up overlay...')
|
||||||
self.core.finish_overlay_install(igame)
|
self.core.finish_overlay_install(igame)
|
||||||
|
|
Loading…
Reference in a new issue