tgbugs / pyontutils

python utilities for working with ontologies
MIT License
19 stars 123 forks source link

scigraph_client should return empty list instead of None on 404 #4

Closed tgbugs closed 8 years ago

tgbugs commented 8 years ago

Inconsistent types for return values cause headaches, switch from returning None to returning a list if requests returns None.