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
The following code snippet silently returns an empty dict, and it probably could do something more helpful:
queries= {"Some:Tmpl": None}
asyncwithACS(..., queries) asacs:
snapshot=awaitacs.read()
# returns an empty dict, but doesn't warn or raise an errorsnapshot.matcing_contracts("Some:Tmpl2")
These calls will always fail, and this can be detected; some way of informing the user that they made a mistake would be useful here.
The text was updated successfully, but these errors were encountered:
The following code snippet silently returns an empty dict, and it probably could do something more helpful:
These calls will always fail, and this can be detected; some way of informing the user that they made a mistake would be useful here.
The text was updated successfully, but these errors were encountered: