[voltLib] Undefined location in parse_coverage()

This commit is contained in:
moyogo 2015-10-06 15:04:09 +01:00
parent 04e9265cef
commit 0f399e3e8d

View File

@ -219,6 +219,7 @@ class Parser(object):
def parse_coverage_(self):
coverage = []
location = self.cur_token_location_
while self.next_token_ in ("GLYPH", "GROUP", "RANGE"):
if self.next_token_ == "GLYPH":
self.expect_keyword_("GLYPH")