mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-06 09:47:38 +02:00
fix: dont use / for compat
This commit is contained in:
@@ -68,7 +68,8 @@ LOGLEVEL_VVVV = 6
|
||||
|
||||
|
||||
CACHE_PATH = os.path.join(
|
||||
os.environ.get("XDG_CACHE_HOME") or os.path.expanduser("~/.cache"), "volatility3"
|
||||
os.environ.get("XDG_CACHE_HOME") or os.path.join(os.path.expanduser("~"), ".cache"),
|
||||
"volatility3",
|
||||
)
|
||||
"""Default path to store cached data"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user