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
- get_net can now be queried with networks which are not in the database
- get_net returns a dictionary with the "network_in_database" key set
to False. (If it is in the DB this key is True)
- get_net does no longer raise a Fault when a Network is not in the DB
but returns a dictionary with the "network_in_database" key set to False
and an empty list of children.
0 commit comments