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
Context:
I pass a suConn connection as first argument to query methods decorated by an "auto_reconnect" decorator, so the suConn object's connect() method is called automatically. When doing that, queries for the datasets objects (and I assume others) silently return empty results.
Context:
I pass a
suConn
connection as first argument to query methods decorated by an "auto_reconnect" decorator, so the suConn object'sconnect()
method is called automatically. When doing that, queries for the datasets objects (and I assume others) silently return empty results.Code example
This works
Ouput (as expected):
This bugs
There is no output (no dataset is found)
The text was updated successfully, but these errors were encountered: