diff options
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 |
