Fixed bug in handling open connection in TimeSeriesDict.fetch
This PR fixes (and adds a regression test for) a bug in TimeSeriesDict.fetch
whereby an open nds2.connection
passed by the user would be recognised such that a host/port pair weren't generated, but then not passed to the underlying core fetch()
method, causing a TypeError
or similar trying to handle the NDS2 host None
.