aboutsummaryrefslogtreecommitdiffstats
path: root/test/vpp_papi_exceptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/vpp_papi_exceptions.py')
-rw-r--r--test/vpp_papi_exceptions.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/vpp_papi_exceptions.py b/test/vpp_papi_exceptions.py
index 2f7da963f70..611e5a3845d 100644
--- a/test/vpp_papi_exceptions.py
+++ b/test/vpp_papi_exceptions.py
@@ -1,13 +1,13 @@
class CliFailedCommandError(Exception):
- """ cli command failed."""
+ """cli command failed."""
class CliSyntaxError(Exception):
- """ cli command had a syntax error."""
+ """cli command had a syntax error."""
class UnexpectedApiReturnValueError(Exception):
- """ exception raised when the API return value is unexpected """
+ """exception raised when the API return value is unexpected"""
def __init__(self, retval, message):
self.retval = retval