From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 32D6FA0546; Fri, 14 Feb 2020 11:13:49 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 1F660100C; Fri, 14 Feb 2020 11:13:49 +0100 (CET) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id E001CF72 for ; Fri, 14 Feb 2020 11:13:47 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 14 Feb 2020 02:13:46 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,440,1574150400"; d="scan'208";a="257479756" Received: from unknown (HELO dpdk-lijuan.sh.intel.com) ([10.67.119.192]) by fmsmga004.fm.intel.com with ESMTP; 14 Feb 2020 02:13:46 -0800 From: Lijuan Tu To: dts@dpdk.org Cc: Lijuan Tu Date: Sat, 15 Feb 2020 02:22:34 +0800 Message-Id: <1581704554-163293-1-git-send-email-lijuan.tu@intel.com> X-Mailer: git-send-email 1.8.3.1 Subject: [dts] [PATCH] framework/debugger: fix grammatical errors of python3 X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dts-bounces@dpdk.org Sender: "dts" Signed-off-by: Lijuan Tu --- 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