fix(recorder): Sometimes serializing cache args and kwargs throws Exception
This commit is contained in:
parent
fe60298b1d
commit
7a348d9dbb
1 changed files with 2 additions and 2 deletions
|
|
@ -61,8 +61,8 @@ def wrap_cache():
|
|||
|
||||
data = {
|
||||
"function": function.__name__,
|
||||
"args": args,
|
||||
"kwargs": kwargs,
|
||||
#"args": args,
|
||||
#"kwargs": kwargs,
|
||||
# result is sometimes a nested dict, those can't be sometimes JSON serialized.
|
||||
# pickle.dumps seems like a nice way to go., but JS can't understand pickle.
|
||||
# Skip result for now
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue