itpp-labs/sync-addons

Allow using RetryableJobError

yelizariev opened this issue · 0 comments

built-in safe_eval transforms original exception into ValueError.
We need to implement opposite transformation somewhere here:

result = self._eval(code, function, args, kwargs, eval_context)

Originally posted by @yelizariev in #339 (comment)