Merge pull request #729 from digitalisx/fix/typo

Fix: typo for `cli` exception message.
This commit is contained in:
ikelos
2022-05-09 07:33:27 +01:00
committed by GitHub
+1 -1
View File
@@ -423,7 +423,7 @@ class CommandLine:
detail = f"{excp}"
caused_by = ["A required python module is not installed (install the module and re-run)"]
else:
general = "Volatilty encountered an unexpected situation."
general = "Volatility encountered an unexpected situation."
detail = ""
caused_by = [
"Please re-run using with -vvv and file a bug with the output", f"at {constants.BUG_URL}"