Merge "Don't lose sync requests that get bad responses"

This commit is contained in:
Zuul 2018-03-02 11:12:44 +00:00 committed by Gerrit Code Review
commit 26ce71f0c5
1 changed files with 1 additions and 0 deletions

View File

@ -1496,6 +1496,7 @@ class Sync(object):
except Exception:
self.log.exception("Unable to parse result %s from post to %s" %
(r.text, url))
raise
return ret
def put(self, path, data):