We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fbae4d commit 73c4885Copy full SHA for 73c4885
labelbox/exceptions.py
@@ -12,7 +12,7 @@ def __init__(self, message, cause=None):
12
self.cause = cause
13
14
def __str__(self):
15
- return self._message + str(self.args)
+ return self.message + str(self.args)
16
17
18
class AuthenticationError(LabelboxError):
0 commit comments