You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's no check for whether the result object can in fact be converted to param. Instead, this should be done in a try block to catch the case in which the result cannot be converted to a python object. In that case the return message should have an error return code.
The text was updated successfully, but these errors were encountered:
File: endpoint.py
Class: Endpoint
Functions:
do_set_request()
do_get_request()
do_cmd_request()
Each of those has a line that's something like:
There's no check for whether the
result
object can in fact be converted to param. Instead, this should be done in atry
block to catch the case in which the result cannot be converted to a python object. In that case the return message should have an error return code.The text was updated successfully, but these errors were encountered: