Retrieval-based-Voice-Conversion-WebUI icon indicating copy to clipboard operation
Retrieval-based-Voice-Conversion-WebUI copied to clipboard

Fix the index out of bounds bug in extract_feature_print.py

Open sungchura opened this issue 2 years ago • 0 comments

Check if the length of sys.argv is 6, instead of 5, to cover sys.argv[5]. Otherwise when the length is 6, it runs the else body and tries to access sys.argv[6] in line 13, which is an error.

sungchura avatar Jun 17 '23 20:06 sungchura