mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-16 20:08:09 +00:00
Fix lint warning (#1631)
This commit is contained in:
@ -319,7 +319,7 @@ class Backend:
|
|||||||
except requests.exceptions.ReadTimeout as err:
|
except requests.exceptions.ReadTimeout as err:
|
||||||
LOGGER.info("request timed out: %s", err)
|
LOGGER.info("request timed out: %s", err)
|
||||||
|
|
||||||
time.sleep(1.5 ** backoff)
|
time.sleep(1.5**backoff)
|
||||||
|
|
||||||
if response is None:
|
if response is None:
|
||||||
raise Exception("request failed: %s %s" % (method, url))
|
raise Exception("request failed: %s %s" % (method, url))
|
||||||
|
Reference in New Issue
Block a user