From 4b9c7499d3fc4e9e3052b45b266131fd6b1aa2b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E5=9B=BD=E8=BE=89?= Date: Wed, 7 May 2025 07:26:02 +0000 Subject: [PATCH] =?UTF-8?q?Signed-off-by:=20=E9=BB=84=E5=9B=BD=E8=BE=89=20?= =?UTF-8?q??= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 黄国辉 --- src/core/command/console.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/command/console.py b/src/core/command/console.py index 98a2727..343a5ce 100755 --- a/src/core/command/console.py +++ b/src/core/command/console.py @@ -146,7 +146,7 @@ class Console(object): action="store", type=int, dest="iteration", - default="", + default=1, help="Number of iterations" ) parser.add_argument("-hl", "--historylist", -- Gitee