Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the index out of bounds bug in extract_feature_print.py (#560)
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.
- Loading branch information