mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-10 19:57:39 +02:00
Core: Revert the exception catching too
This commit is contained in:
@@ -112,7 +112,7 @@ def valid(
|
||||
validators[schema_key].validate(input)
|
||||
cached_validations.add(input_hash)
|
||||
vollog.debug("JSON validated against schema (result cached)")
|
||||
except fastjsonschema.JsonSchemaValueException:
|
||||
except jsonschema.exceptions.SchemaError:
|
||||
vollog.debug("Schema validation error", exc_info=True)
|
||||
return False
|
||||
|
||||
|
||||
Reference in New Issue
Block a user