From 6a456f347aa973287d287007c166450c117440e0 Mon Sep 17 00:00:00 2001 From: yanliang567 <82361606+yanliang567@users.noreply.github.com> Date: Fri, 17 Sep 2021 14:01:49 +0800 Subject: [PATCH] [skip ci]Update some comments (#8127) Signed-off-by: yanliang567 --- tests/python_client/chaos/chaos_commons.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/python_client/chaos/chaos_commons.py b/tests/python_client/chaos/chaos_commons.py index 43e2ab0de..6417d9143 100644 --- a/tests/python_client/chaos/chaos_commons.py +++ b/tests/python_client/chaos/chaos_commons.py @@ -63,7 +63,7 @@ def get_chaos_yamls(): else: # not a valid directory, return default pass - log.debug("not a valid directory or file, return default") + log.debug("not a valid directory or file, return default chaos config path") return glob.glob(constants.TESTS_CONFIG_LOCATION + constants.ALL_CHAOS_YAMLS) -- GitLab