Fixed variable name typo

This commit is contained in:
Rob McMullen 2017-03-15 06:13:04 -07:00
parent f34ec6e084
commit 46409addae
1 changed files with 1 additions and 1 deletions

View File

@ -717,7 +717,7 @@ class DefaultSegment(object):
comments = []
for where_index in has_comments:
raw = self.get_raw_index(indexes[where_index])
comment = self.rawdata.extra.comments[rawindex]
comment = self.rawdata.extra.comments[raw]
comments.append(comment)
return has_comments, comments