fix grammar about gs_uninstall --delete-date

This commit is contained in:
shirley_zhengx
2023-02-11 16:56:35 +08:00
parent 5421b53643
commit 6ef8730621

View File

@ -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)