From 75e6b8bf54a40221f366bf0ce100409cfe85f1f5 Mon Sep 17 00:00:00 2001
From: Rohit Gupta <rohit.gupta@eurecom.fr>
Date: Wed, 11 Nov 2015 18:05:43 +0100
Subject: [PATCH] minor cleanup

---
 cmake_targets/autotests/tools/configure_cots_bandrich_ue.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmake_targets/autotests/tools/configure_cots_bandrich_ue.py b/cmake_targets/autotests/tools/configure_cots_bandrich_ue.py
index df78e341f70..2f959be55cd 100755
--- a/cmake_targets/autotests/tools/configure_cots_bandrich_ue.py
+++ b/cmake_targets/autotests/tools/configure_cots_bandrich_ue.py
@@ -75,7 +75,7 @@ class pppThread (threading.Thread):
 def send_command (cmd, response, timeout):
    count=0
    sleep_duration = 1
-   print 'In function: send_command: cmd ' + cmd + '> response: <' + response + '> \n'
+   print 'In function: send_command: cmd = <' + cmd + '> response: <' + response + '> \n'
    global serial_port, ser
    while count <= timeout:
       try:
-- 
GitLab