mirror of
https://github.com/openSUSE/osc.git
synced 2025-02-03 10:06:17 +01:00
catch only urllib errors for expand handling
This commit is contained in:
parent
b33577b6a7
commit
1c9d99fa79
@ -3970,7 +3970,7 @@ def server_diff_noex(apiurl,
|
||||
old_project, old_package, old_revision,
|
||||
new_project, new_package, new_revision,
|
||||
unified, missingok, meta, expand)
|
||||
except:
|
||||
except urllib2.HTTPError, e:
|
||||
msg = None
|
||||
body = None
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user