[fix] too many %s in string formatting

This commit is contained in:
Laurent Peuch 2017-08-03 15:28:12 +02:00 committed by GitHub
parent 0bbd47c090
commit bb3f685c90

View file

@ -472,7 +472,7 @@ class ActionsMap(object):
fromlist=[func_name])
func = getattr(mod, func_name)
except (AttributeError, ImportError):
logger.exception("unable to load function %s.%s.%s",
logger.exception("unable to load function %s.%s",
namespace, func_name)
raise MoulinetteError(errno.EIO, m18n.g('error_see_log'))
else: