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
pyontutils/scigraph_client.py in <dictcomp>(.0)
126
127 kwargs = {'type':type, 'entail':entail, 'limit':limit, 'skip':skip, 'callback':callback}
--> 128 kwargs = {k:dumps(v) if type(v) is dict else v for k, v in kwargs.items()}
129 param_rest = self._make_rest('type', **kwargs)
130 url = self._basePath + ('/graph/edges/{type}').format(**kwargs)
TypeError: 'str' object is not callable
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: