Fix weirdness with \t in app names

This commit is contained in:
Kyle2142 2023-05-25 18:00:43 +00:00 committed by GitHub
parent a70ac2d1f9
commit 3ba33d7784
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -509,6 +509,7 @@ class LegendaryCore:
ignore = set(i.app_name for i in self.get_assets())
for libitem in self.egs.get_library_items():
libitem['appName'] = libitem['appName'].strip() # handle issues with \t etc.
if libitem['namespace'] == 'ue' and skip_ue:
continue
if libitem['appName'] in ignore: