1878eb4c21
With the latest version of bandit (1.7.5), a new lint rule has been
introduced that checks the inclusion of the timeout parameter for
every "requests" call [1].
So B113 lint rule[2] needs to be skipped or code adapted, this patch
add the timeout parameter to the put/get requests.
[1]
|
||
---|---|---|
.. | ||
common | ||
hacking | ||
ovsdb | ||
tests | ||
__init__.py | ||
agent.py | ||
driver.py | ||
event.py | ||
helper.py | ||
i18n.py |