Merge "Fix missing value types for log message"

This commit is contained in:
Jenkins
2015-09-12 00:16:59 +00:00
committed by Gerrit Code Review
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -444,7 +444,7 @@ class RequiredParameterNotProvided(MagnumException):
class Urllib2InvalidScheme(MagnumException):
message = _("The urllib2 URL %(url) has an invalid scheme.")
message = _("The urllib2 URL %(url)s has an invalid scheme.")
class OperationInProgress(Invalid):
+1 -1
View File
@@ -308,7 +308,7 @@ msgid "Required parameter %(heat_param)s not provided."
msgstr ""
#: magnum/common/exception.py:444
msgid "The urllib2 URL %(url) has an invalid scheme."
msgid "The urllib2 URL %(url)s has an invalid scheme."
msgstr ""
#: magnum/common/exception.py:448