Skip to content
Verified Commit 9e91b5be authored by Marco De Donno's avatar Marco De Donno
Browse files

Add a try/except for the creation of the cached data

In some cases, the python object can not be pickled; if so, the function
will crash and not return the data. With this patch, on error, the cache
will be be populated but the inputted value will still be returned to
the calling function.
parent 71e74171
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment