Merge "Fix the message formate in Base64Exception"
This commit is contained in:
commit
f70b239765
@ -735,4 +735,4 @@ class QuotaResourceUnknown(QuotaNotFound):
|
|||||||
|
|
||||||
|
|
||||||
class Base64Exception(Invalid):
|
class Base64Exception(Invalid):
|
||||||
msg_fmt = _("Invalid Base 64 file data")
|
message = _("Invalid Base 64 file data")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user