Mercurial > libervia-backend
diff src/plugins/plugin_exp_command_export.py @ 1409:3265a2639182
massive (preventive) addition of 'u' (unicode) before the strings passed to logging functions
author | souliane <souliane@mailoo.org> |
---|---|
date | Thu, 16 Apr 2015 14:57:57 +0200 |
parents | 069ad98b360d |
children | 22a8e770cb7b |
line wrap: on
line diff
--- a/src/plugins/plugin_exp_command_export.py Thu Apr 16 13:31:14 2015 +0200 +++ b/src/plugins/plugin_exp_command_export.py Thu Apr 16 14:57:57 2015 +0200 @@ -142,7 +142,7 @@ """ profile = self.host.memory.getProfileName(profile_key) if not profile: - log.warning("Unknown profile [%s]" % (profile,)) + log.warning(u"Unknown profile [%s]" % (profile,)) return for target in targets: