mirror of
https://github.com/openSUSE/osc.git
synced 2025-09-07 13:48:43 +02:00
Don't retry on 400 HTTP status code in core.server_diff()
This commit is contained in:
@@ -5329,7 +5329,7 @@ def server_diff(
|
||||
query["file"] = files
|
||||
|
||||
u = makeurl(apiurl, ['source', new_project, new_package], query=query)
|
||||
f = http_POST(u)
|
||||
f = http_POST(u, retry_on_400=False)
|
||||
if onlyissues and not xml:
|
||||
del_issue_list = []
|
||||
add_issue_list = []
|
||||
|
Reference in New Issue
Block a user