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
Currently, calling the GetValue endpoint with an empty body
will cause the databroker to panic since unwrap is called
on the signal_id option - which is None in that case. In
order to prevent the server-side panic, a simple none check
is performed before calling unwrap.
Signed-off-by: Michael Engel <mengel@redhat.com>
0 commit comments