Merge "Fix exception string format"
This commit is contained in:
@@ -305,7 +305,7 @@ class ActionFilterCombinationProhibited(Invalid):
|
|||||||
|
|
||||||
|
|
||||||
class UnsupportedActionType(UnsupportedError):
|
class UnsupportedActionType(UnsupportedError):
|
||||||
msg_fmt = _("Provided %(action_type) is not supported yet")
|
msg_fmt = _("Provided %(action_type)s is not supported yet")
|
||||||
|
|
||||||
|
|
||||||
class EfficacyIndicatorNotFound(ResourceNotFound):
|
class EfficacyIndicatorNotFound(ResourceNotFound):
|
||||||
|
|||||||
Reference in New Issue
Block a user