Commit 1575312b authored by Seblu's avatar Seblu
Browse files

Add error message when http request is failing

parent 16bcef47
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -227,6 +227,7 @@ class VersionController(object):
                logging.debug("Upstream version is : %s" % v)
                return v
            except Exception as exp:
                logging.error(exp)
                if n == ntry:
                    raise VersionNotFound("Upstream check failed: %s" % exp)
        assert(False)