Skip to content

build: Fix response text inclusion for connection errors

Majavah requested to merge main-I71daaf2a847d6ac9a5483ad3e0695829d3b8126a into main

A requests Response object is only truthy when it's a successful error,
so we need to explicitely check if it's not None to get the error
message we want.

Bug: T354727


Related MRs:

Edited by Majavah

Merge request reports