[skip ci]Add comments in chaos commons (#9538)

Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>
pull/9583/head
yanliang567 2021-10-09 18:09:55 +08:00 committed by GitHub
parent 9d2afd0c4c
commit fc8ffe9233
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@ def reset_counting(checkers={}):
def gen_experiment_config(yaml):
"""load the yaml file of chaos experiment"""
with open(yaml) as f:
_config = full_load(f)
f.close()