fix: dont use / for compat

This commit is contained in:
Arthur Deierlein
2024-11-22 11:46:59 +01:00
parent b93d5b7c13
commit a2b96c0dc0
+2 -1
View File
@@ -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"""