ChihweiLHBird commented on code in PR #2132:
URL: https://github.com/apache/libcloud/pull/2132#discussion_r3005911469
##########
libcloud/common/linode.py:
##########
@@ -187,7 +45,7 @@ def __str__(self):
return "%s" % self.message
def __repr__(self):
- return "<LinodeException '%s'>" % self.message
+ return "<LinodeExceptionV4 '%s'>" % self.message
Review Comment:
Is this change correct?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]