Usually custom exception classes are *Error, it seems.
Signed-off-by: Dylan Baker <[email protected]>
---
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
_______________________________________________
Piglit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/piglit