[Piglit] [PATCH 06/10] utils.py: rename UtilsException to more standard UtilsError
Dylan Baker
baker.dylan.c at gmail.com
Thu Jan 29 15:31:21 PST 2015
Usually custom exception classes are *Error, it seems.
Signed-off-by: Dylan Baker <dylanx.c.baker at intel.com>
---
framework/tests/utils.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/framework/tests/utils.py b/framework/tests/utils.py
index 7546f89..59da6b9 100644
--- a/framework/tests/utils.py
+++ b/framework/tests/utils.py
@@ -71,7 +71,7 @@ JSON_DATA = {
}
-class UtilsException(Exception):
+class UtilsError(Exception):
""" An exception to be raised by utils """
pass
--
2.2.2
More information about the Piglit
mailing list