mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-01-03 09:25:42 +10:00
limit length of stringified arg_vals in exceptions
This commit is contained in:
@@ -138,7 +138,7 @@ def enforce_types(func):
|
||||
annotation.__name__,
|
||||
type(arg_val).__name__,
|
||||
arg_key,
|
||||
arg_val,
|
||||
str(arg_val)[:64],
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user