Typing: Fix python3 format string/byte output issues

This commit is contained in:
Mike Auty
2019-11-27 11:30:14 +00:00
committed by ikelos
parent c187067fbf
commit 31ddbaaa2e
4 changed files with 7 additions and 6 deletions
@@ -439,7 +439,7 @@ class SimpleTypeRequirement(RequirementInterface):
vollog.log(
constants.LOGLEVEL_V,
"TypeError - {} requirements only accept {} type: {}".format(self.name, self.instance_type.__name__,
value))
repr(value)))
return {config_path: self}
return {}