From d2744740a682701d3f1f714c15fe4265f4e7a495 Mon Sep 17 00:00:00 2001 From: Marco Capitani Date: Thu, 15 Jun 2017 12:54:04 +0200 Subject: ssh_support + log: fixes for python 2 compatibility --- rumba/ssh_support.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rumba/ssh_support.py') diff --git a/rumba/ssh_support.py b/rumba/ssh_support.py index a1e1ba4..b0970e1 100644 --- a/rumba/ssh_support.py +++ b/rumba/ssh_support.py @@ -40,7 +40,7 @@ def _print_stream(stream): o_array = o.split('\\n') for oi in o_array: logger.debug(oi) - return o + return o.rstrip() def execute_proxy_commands(testbed, ssh_config, commands, time_out=3): -- cgit v1.2.3