diff --git a/zun/common/exception.py b/zun/common/exception.py index c68c7248e..27433b284 100644 --- a/zun/common/exception.py +++ b/zun/common/exception.py @@ -201,7 +201,7 @@ class ZunException(Exception): self.message = message try: - self.message = self.message % kwargs + self.message = str(self.message) % kwargs except KeyError: # kwargs doesn't match a variable in the message # log the issue and the kwargs