Core: Fix f-string quotes

This commit is contained in:
Mike Auty
2025-01-23 20:57:44 +00:00
parent 61f60ac464
commit 128e1be154
+1 -1
View File
@@ -24,7 +24,7 @@ if (
)
):
raise RuntimeError(
f"Volatility framework requires python version {".".join(str(x) for x in constants.REQUIRED_PYTHON_VERSION)} or greater"
f"Volatility framework requires python version {'.'.join(str(x) for x in constants.REQUIRED_PYTHON_VERSION)} or greater"
)
# ##