mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-13 05:07:38 +02:00
Typing: Fix python3 format string/byte output issues
This commit is contained in:
@@ -439,7 +439,7 @@ class SimpleTypeRequirement(RequirementInterface):
|
||||
vollog.log(
|
||||
constants.LOGLEVEL_V,
|
||||
"TypeError - {} requirements only accept {} type: {}".format(self.name, self.instance_type.__name__,
|
||||
value))
|
||||
repr(value)))
|
||||
return {config_path: self}
|
||||
return {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user