diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2022-05-07 18:44:59 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-07 18:44:59 +0300 |
| commit | 0ef5ec616b6de47ad7e8cd229dcf11f99dce65fd (patch) | |
| tree | 5d25a7d9698a7ca36c2439ea449aaecd1c60f16a /tests/topotests/lib/micronet.py | |
| parent | 00b0b7484735d7ffbd8897613cfb96e1ba02f67b (diff) | |
| parent | 14678bfa0d1c6cbf4346085676b1458461a0faaf (diff) | |
Merge pull request #11156 from donaldsharp/spelling_three
valgrind issues and general cleanup
Diffstat (limited to 'tests/topotests/lib/micronet.py')
| -rw-r--r-- | tests/topotests/lib/micronet.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/topotests/lib/micronet.py b/tests/topotests/lib/micronet.py index 59dd80ff7b..d7b680da18 100644 --- a/tests/topotests/lib/micronet.py +++ b/tests/topotests/lib/micronet.py @@ -266,7 +266,7 @@ class Commander(object): # pylint: disable=R0205 ) if raises: # error = Exception("stderr: {}".format(stderr)) - # This annoyingly doesnt' show stderr when printed normally + # This annoyingly doesn't' show stderr when printed normally error = subprocess.CalledProcessError(rc, actual_cmd) error.stdout, error.stderr = stdout, stderr raise error |
