VForWaTer / metacatalog

Modular metadata management platform for environmental data.
https://vforwater.github.io/metacatalog
GNU General Public License v3.0
4 stars 1 forks source link

Empty ImmutableResultSets for ImmutableResultSets containing only one entry #224

Closed AlexDo1 closed 1 year ago

AlexDo1 commented 1 year ago

There is a bug, that ImmutableResultSets are empty, when the ImmutableResultSet contains only 1 entry.

In this cases, ImmutableResultSet(entry).to_dict() returns an empty dictionary and ImmutableResultSet(entry)._members returns an empty list.