runpod-python icon indicating copy to clipboard operation
runpod-python copied to clipboard

More Debug Output to Higher Level

Open justinmerrell opened this issue 2 years ago • 0 comments

Describe the bug

When using rp_debugger it currently appends the debug to the output of the job as a keyed dictionary item. This only works if the output from the job is a dict type object. It will not work for outputs that are single str, int or bool.

A temp fix will be to only add the debug when the output is a dic type object, otherwise an error will be raised.

justinmerrell avatar Jul 17 '23 16:07 justinmerrell