milvus-io / milvus-tools

A data migration tool for Milvus.
Apache License 2.0
71 stars 21 forks source link

Error with: name 'delids' is not defined #57

Open caoping6 opened 1 year ago

caoping6 commented 1 year ago

when I execute 'milvusdm --yaml M2M.yaml' Exception:Error with: name 'delids' is not defined

caoping6 commented 1 year ago

I found that the error occurs on line 47 of read_milvus_data.py! The variable defined is 'del_ids', But when debug prints it references 'delids'