mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-20627 Fixing typo introduced by #670.
This commit is contained in:
parent
d72aa91429
commit
d1688fd8f1
1 changed files with 1 additions and 1 deletions
|
@ -304,7 +304,7 @@ class IndexRequest(AbstractRequest):
|
|||
del self.installed_files[i]
|
||||
j = 0
|
||||
while j < len(self.alias_files):
|
||||
if filter.match(self.alias_files[i]):
|
||||
if filter.match(self.alias_files[j]):
|
||||
j += 1
|
||||
else:
|
||||
del self.alias_files[j]
|
||||
|
|
Loading…
Add table
Reference in a new issue