hh-suite
hh-suite copied to clipboard
Fix token index of template length in hh_reader.py
In hh_reader.py, template_length was incorrectly parsed: the value of template_length was actually template_end, due to the incorrect token index. This PR fixed this typo.