Merge pull request #771 from digitalisx/fix/volshell-excp

Remove: unreachable code (`UnsatisfiedExceptions` Message) of `volshell`.
This commit is contained in:
ikelos
2022-06-15 21:51:21 +01:00
committed by GitHub
-1
View File
@@ -257,7 +257,6 @@ class VolShell(cli.CommandLine):
constructed.run()
except exceptions.VolatilityException as excp:
self.process_exceptions(excp)
parser.exit(1, f"Unable to validate the plugin requirements: {[x for x in excp.unsatisfied]}\n")
def main():