[skip ci] Update codes of parser (#11317)

Signed-off-by: wangting0128 <ting.wang@zilliz.com>
This commit is contained in:
wt 2021-11-05 17:43:24 +08:00 committed by GitHub
parent d062175357
commit c43dbaaa06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,7 @@ def operations_parser(operations):
for run_type, run_params in operations.items():
logger.debug(run_type)
return run_type, run_params
return False, False
def collection_parser(collection_name):