summaryrefslogtreecommitdiff
path: root/tests/topotests/lib/topogen.py
diff options
context:
space:
mode:
authorMark Stapp <mjs@voltanet.io>2020-12-23 08:11:00 -0500
committerGitHub <noreply@github.com>2020-12-23 08:11:00 -0500
commitd4473065f4bb86cebdefc87e2038e4f47f033492 (patch)
tree4ac073f665c7c744034e18f1eea912b526155593 /tests/topotests/lib/topogen.py
parent90cd28e91ad58a617123390b9d507e4fda96fe80 (diff)
parent5b3f46c32049f8229119bd6079c8efca85102198 (diff)
Merge pull request #7759 from qlyoung/reformat-tests-again
Reformat tests again
Diffstat (limited to 'tests/topotests/lib/topogen.py')
-rw-r--r--tests/topotests/lib/topogen.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/topotests/lib/topogen.py b/tests/topotests/lib/topogen.py
index 86f06b2af7..7c52e824c1 100644
--- a/tests/topotests/lib/topogen.py
+++ b/tests/topotests/lib/topogen.py
@@ -336,7 +336,9 @@ class Topogen(object):
for gear in self.gears.values():
errors += gear.stop()
if len(errors) > 0:
- logger.error("Errors found post shutdown - details follow: {}".format(errors))
+ logger.error(
+ "Errors found post shutdown - details follow: {}".format(errors)
+ )
self.net.stop()