mirror of
https://github.com/derrod/legendary.git
synced 2024-12-22 17:55:27 +00:00
[core] Include app name in clean-saves command for specific game
This commit is contained in:
parent
8181f9faeb
commit
658cc94dbe
|
@ -822,7 +822,7 @@ class LegendaryCore:
|
||||||
if not chunks:
|
if not chunks:
|
||||||
if manifest_name:
|
if manifest_name:
|
||||||
self.log.fatal(f'No chunks were available, aborting. Try running '
|
self.log.fatal(f'No chunks were available, aborting. Try running '
|
||||||
f'"legendary clean-saves" and try again.')
|
f'"legendary clean-saves {app_name}" and try again.')
|
||||||
return
|
return
|
||||||
else:
|
else:
|
||||||
self.log.error(f'No chunks were available, skipping. You can run "legendary clean-saves" '
|
self.log.error(f'No chunks were available, skipping. You can run "legendary clean-saves" '
|
||||||
|
|
Loading…
Reference in a new issue