runpod-python
runpod-python copied to clipboard
More Debug Output to Higher Level
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.