diff --git a/glanceclient/exc.py b/glanceclient/exc.py index 95eb575..06a9126 100644 --- a/glanceclient/exc.py +++ b/glanceclient/exc.py @@ -57,7 +57,7 @@ class HTTPMultipleChoices(HTTPException): code = 300 def __str__(self): - self.details = ("Requested version of OpenStack Images API is not" + self.details = ("Requested version of OpenStack Images API is not " "available.") return "%s (HTTP %s) %s" % (self.__class__.__name__, self.code, self.details)