mirror of
https://github.com/derrod/legendary.git
synced 2024-12-22 01:45:28 +00:00
parent
03b21f49de
commit
013f7d4bde
|
@ -1231,7 +1231,7 @@ class LegendaryCLI:
|
||||||
key=lambda a: a.filename.lower())
|
key=lambda a: a.filename.lower())
|
||||||
|
|
||||||
# build list of hashes
|
# build list of hashes
|
||||||
if config_tags := self.core.lgd.config.get(args.app_name, 'install_tags', fallback=None) is not None:
|
if (config_tags := self.core.lgd.config.get(args.app_name, 'install_tags', fallback=None)) is not None:
|
||||||
install_tags = set(i.strip() for i in config_tags.split(','))
|
install_tags = set(i.strip() for i in config_tags.split(','))
|
||||||
file_list = [
|
file_list = [
|
||||||
(f.filename, f.sha_hash.hex())
|
(f.filename, f.sha_hash.hex())
|
||||||
|
|
Loading…
Reference in a new issue