diff options
| author | Mark Stapp <mjs@voltanet.io> | 2020-12-23 08:11:00 -0500 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-23 08:11:00 -0500 | 
| commit | d4473065f4bb86cebdefc87e2038e4f47f033492 (patch) | |
| tree | 4ac073f665c7c744034e18f1eea912b526155593 /tests/topotests/lib/topogen.py | |
| parent | 90cd28e91ad58a617123390b9d507e4fda96fe80 (diff) | |
| parent | 5b3f46c32049f8229119bd6079c8efca85102198 (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.py | 4 | 
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()  | 
