[voltLib] Undefined location in parse_coverage()
This commit is contained in:
parent
04e9265cef
commit
0f399e3e8d
@ -219,6 +219,7 @@ class Parser(object):
|
|||||||
|
|
||||||
def parse_coverage_(self):
|
def parse_coverage_(self):
|
||||||
coverage = []
|
coverage = []
|
||||||
|
location = self.cur_token_location_
|
||||||
while self.next_token_ in ("GLYPH", "GROUP", "RANGE"):
|
while self.next_token_ in ("GLYPH", "GROUP", "RANGE"):
|
||||||
if self.next_token_ == "GLYPH":
|
if self.next_token_ == "GLYPH":
|
||||||
self.expect_keyword_("GLYPH")
|
self.expect_keyword_("GLYPH")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user