mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-22 01:24:51 +02:00
update
This commit is contained in:
@@ -53,6 +53,6 @@ if __name__ == '__main__':
|
||||
print("[x] File not found: {}".format(filename))
|
||||
except Exception as e:
|
||||
failures.append(filename)
|
||||
print("[x] Exception occured: {} ({})".format(filename, repr(e)))
|
||||
print("[x] Exception occurred: {} ({})".format(filename, repr(e)))
|
||||
|
||||
print("Failures", failures)
|
||||
|
||||
@@ -44,7 +44,7 @@ def construct_plugin(context: interfaces.context.ContextInterface,
|
||||
if unsatisfied:
|
||||
for error in errors:
|
||||
error_string = [x for x in error.format_exception_only()][-1]
|
||||
vollog.warning("Automagic exception occured: {}".format(error_string[:-1]))
|
||||
vollog.warning("Automagic exception occurred: {}".format(error_string[:-1]))
|
||||
vollog.log(constants.LOGLEVEL_V, "".join(error.format(chain = True)))
|
||||
raise exceptions.UnsatisfiedException(unsatisfied)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user