From 6ef873062131902bad7319db19b1da1f1aa1ec14 Mon Sep 17 00:00:00 2001 From: shirley_zhengx Date: Sat, 11 Feb 2023 16:56:35 +0800 Subject: [PATCH] fix grammar about gs_uninstall --delete-date --- script/gspylib/common/Common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/gspylib/common/Common.py b/script/gspylib/common/Common.py index a1a5e68b..ea886712 100644 --- a/script/gspylib/common/Common.py +++ b/script/gspylib/common/Common.py @@ -3259,7 +3259,7 @@ class DefaultValue(): try: if nodes: logger.debug( - "check if the nodes %s step is %s " (nodes, step)) + "check if the nodes %s step is %s " % (nodes, step)) else: logger.debug( "check if all the nodes step is %s" % step) -- Gitee