I accidently installed something that is telling me about
unlosed handles in the tests. Let's clean them up.
<and yes I have no idea wtf I did>
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
logger.warning(
"BGP topologies are still using exabgp version 3, expect failures"
)
+ p.close()
# We want to catch all exceptions
# pylint: disable=W0702
# After we logged the output to file, remove the handler.
logger.removeHandler(fhandler)
+ fhandler.close()
return ret