There was an error while loading. Please reload this page.
1 parent bfcffb7 commit 1af8eb2Copy full SHA for 1af8eb2
1 file changed
ocp_resources/exceptions.py
@@ -59,5 +59,5 @@ class ResourceTeardownError(Exception):
59
def __init__(self, resource: Any):
60
self.resource = resource
61
62
- def _str__(self):
+ def __str__(self):
63
return f"Failed to excute teardown for resource {self.resource}"
0 commit comments