mirror of
https://github.com/derrod/legendary.git
synced 2025-07-23 12:18:18 +00:00
[core/utils] Miscellaneous whitespace, comment, text fixes
This commit is contained in:
parent
7609553b12
commit
1430e321e6
|
@ -628,7 +628,7 @@ class LegendaryCLI:
|
||||||
logger.info(f'Download size: {analysis.dl_size / 1024 / 1024:.02f} MiB '
|
logger.info(f'Download size: {analysis.dl_size / 1024 / 1024:.02f} MiB '
|
||||||
f'(Compression savings: {compression:.01f}%)')
|
f'(Compression savings: {compression:.01f}%)')
|
||||||
logger.info(f'Reusable size: {analysis.reuse_size / 1024 / 1024:.02f} MiB (chunks) / '
|
logger.info(f'Reusable size: {analysis.reuse_size / 1024 / 1024:.02f} MiB (chunks) / '
|
||||||
f'{analysis.unchanged / 1024 / 1024:.02f} MiB (unchanged)')
|
f'{analysis.unchanged / 1024 / 1024:.02f} MiB (unchanged / skipped)')
|
||||||
|
|
||||||
res = self.core.check_installation_conditions(analysis=analysis, install=igame, game=game,
|
res = self.core.check_installation_conditions(analysis=analysis, install=igame, game=game,
|
||||||
updating=self.core.is_installed(args.app_name),
|
updating=self.core.is_installed(args.app_name),
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
# This file contains definitions for selective downloading for supported games
|
||||||
|
# coding: utf-8
|
||||||
|
|
||||||
_cyberpunk_sdl = {
|
_cyberpunk_sdl = {
|
||||||
'de': {'tags': ['voice_de_de'], 'name': 'Deutsch'},
|
'de': {'tags': ['voice_de_de'], 'name': 'Deutsch'},
|
||||||
'es': {'tags': ['voice_es_es'], 'name': 'español (España)'},
|
'es': {'tags': ['voice_es_es'], 'name': 'español (España)'},
|
||||||
|
|
Loading…
Reference in a new issue