mirror of
https://github.com/derrod/legendary.git
synced 2024-12-22 01:45:28 +00:00
[core] Add references to "clean-saves" in error message
This commit is contained in:
parent
355b1107e6
commit
964ee08d05
|
@ -821,10 +821,12 @@ class LegendaryCore:
|
|||
|
||||
if not chunks:
|
||||
if manifest_name:
|
||||
self.log.fatal(f'No chunks were available, aborting.')
|
||||
self.log.fatal(f'No chunks were available, aborting. Try running '
|
||||
f'"legendary clean-saves" and try again.')
|
||||
return
|
||||
else:
|
||||
self.log.error(f'No chunks were available, skipping.')
|
||||
self.log.error(f'No chunks were available, skipping. You can run "legendary clean-saves" '
|
||||
f'to remove this broken save from your account.')
|
||||
continue
|
||||
|
||||
for fm in m.file_manifest_list.elements:
|
||||
|
|
Loading…
Reference in a new issue