1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-11-10 14:56:14 +01:00

Revert "Don't retry on 400 HTTP status code in core.server_diff()"

This reverts commit 80fc2bf7cb.
This commit is contained in:
Daniel Mach 2024-03-12 17:31:55 +01:00
parent 85e8a3be1c
commit d497900ef7

View File

@ -5422,7 +5422,7 @@ def server_diff(
query["file"] = UrlQueryArray(files)
u = makeurl(apiurl, ['source', new_project, new_package], query=query)
f = http_POST(u, retry_on_400=False)
f = http_POST(u)
if onlyissues and not xml:
del_issue_list = []
add_issue_list = []