test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH] framework/debugger: fix grammatical errors of python3
@ 2020-02-14 18:22 Lijuan Tu
  2020-02-15 10:22 ` Tu, Lijuan
  0 siblings, 1 reply; 2+ messages in thread
From: Lijuan Tu @ 2020-02-14 18:22 UTC (permalink / raw)
  To: dts; +Cc: Lijuan Tu

Signed-off-by: Lijuan Tu <lijuan.tu@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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-02-15 10:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-14 18:22 [dts] [PATCH] framework/debugger: fix grammatical errors of python3 Lijuan Tu
2020-02-15 10:22 ` Tu, Lijuan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).