Skip to content

Commit 1af8eb2

Browse files
committed
fix _str__ typo
1 parent bfcffb7 commit 1af8eb2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ocp_resources/exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,5 @@ class ResourceTeardownError(Exception):
5959
def __init__(self, resource: Any):
6060
self.resource = resource
6161

62-
def _str__(self):
62+
def __str__(self):
6363
return f"Failed to excute teardown for resource {self.resource}"

0 commit comments

Comments
 (0)