mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Appease the linter
This commit is contained in:
parent
dbea214d6f
commit
b6739f4a35
@ -91,7 +91,8 @@ class SteamApps:
|
||||
cache = json.load(cache_file)["steam_apps"]
|
||||
|
||||
except Exception as e:
|
||||
logger.error(f"Unable to read SteamApps cache file: {e}")
|
||||
logger.error("Unable to read SteamApps"
|
||||
f" cache file: {e}")
|
||||
|
||||
return cache
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user