Merge "Fix the message formate in Base64Exception"

This commit is contained in:
Zuul 2018-10-22 03:40:09 +00:00 committed by Gerrit Code Review
commit f70b239765

View File

@ -735,4 +735,4 @@ class QuotaResourceUnknown(QuotaNotFound):
class Base64Exception(Invalid):
msg_fmt = _("Invalid Base 64 file data")
message = _("Invalid Base 64 file data")