[dts] [PATCH] framework/debugger: fix grammatical errors of python3

Lijuan Tu lijuan.tu at intel.com
Fri Feb 14 19:22:34 CET 2020


Signed-off-by: Lijuan Tu <lijuan.tu at intel.com>
---
 framework/debugger.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/framework/debugger.py b/framework/debugger.py
index 3795f89..0eaf737 100644
--- a/framework/debugger.py
+++ b/framework/debugger.py
@@ -147,7 +147,7 @@ def keyboard_handle(signum, frame):
     command['help'] = help_command
     command['connect'] = connect_command
     command['rerun'] = rerun_command
-    console.push('print \"Use help command for detail information\"')
+    console.push('print(\"Use help command for detail information\")')
     try:
         code.interact(local=command)
     except SystemExit:
-- 
1.8.3.1



More information about the dts mailing list