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
Osc.staging.set_status_report() always returns False because the implementation expects the parsed response object to have a "code" attribute with a value of "ok".
In my tests, SUSE's internal build system returns a check object that doesn't have a "code" attribute. This looks like:
<checkname="foo"required="true">
<state>success</state>
<short_description>check was successful</short_description>
<url>http://example.org/</url>
</check>
The text was updated successfully, but these errors were encountered:
oSoMoN
added a commit
to oSoMoN/osc-tiny
that referenced
this issue
May 9, 2024
Osc.staging.set_status_report()
always returnsFalse
because the implementation expects the parsed response object to have a "code" attribute with a value of "ok".In my tests, SUSE's internal build system returns a check object that doesn't have a "code" attribute. This looks like:
The text was updated successfully, but these errors were encountered: