From e665ec750526cf6f6d962635ae54939b8f2f23cb Mon Sep 17 00:00:00 2001 From: Mike Auty Date: Sun, 2 Sep 2018 16:59:03 +0100 Subject: [PATCH] Minor fix in Volshell. --- volatility/cli/volshell/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/volatility/cli/volshell/__init__.py b/volatility/cli/volshell/__init__.py index ab541a1ba..1955946a7 100644 --- a/volatility/cli/volshell/__init__.py +++ b/volatility/cli/volshell/__init__.py @@ -31,6 +31,7 @@ class VolShell(cli.CommandLine): calls available.""" def __init__(self): + super().__init__() self.output_dir = None def run(self):