1
0
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:
Ludwig Nussel 2011-03-03 10:07:45 +01:00
parent b33577b6a7
commit 1c9d99fa79

View File

@ -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: