aboutsummaryrefslogtreecommitdiffstats
path: root/resources/libraries/python
diff options
context:
space:
mode:
Diffstat (limited to 'resources/libraries/python')
-rw-r--r--resources/libraries/python/PapiExecutor.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/libraries/python/PapiExecutor.py b/resources/libraries/python/PapiExecutor.py
index 60d35a8543..0e0a9332c4 100644
--- a/resources/libraries/python/PapiExecutor.py
+++ b/resources/libraries/python/PapiExecutor.py
@@ -448,7 +448,7 @@ class PapiSocketExecutor(object):
if log:
logger.info(
"{cmd} ({host} - {remote_vpp_socket}):\n{reply}".
- format(cmd=cmd, reply=reply,
+ format(cmd=cmd, reply=reply.encode('utf-8').strip(),
remote_vpp_socket=remote_vpp_socket, host=node['host']))
return reply