mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-14 07:09:57 +00:00
trivial: Fix the location of the hardware installed test cache
This commit is contained in:
parent
2877237f8a
commit
25f6a42f26
@ -24,7 +24,7 @@ def _get_by_device_guid(client, guid):
|
||||
return None
|
||||
|
||||
def _get_cache_file(fn):
|
||||
cachedir = os.path.expanduser('~/home/hughsie/.cache/fwupdmgr')
|
||||
cachedir = os.path.expanduser('~/.cache/fwupdmgr')
|
||||
if not os.path.exists(cachedir):
|
||||
os.makedirs(cachedir)
|
||||
cachefn = os.path.join(cachedir, fn)
|
||||
|
Loading…
Reference in New Issue
Block a user