Skip to content

Commit cb6c9e1

Browse files
committed
reduce.py: fix hang
1 parent 620c6e8 commit cb6c9e1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tools/reduce.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,7 @@ def removenamespaces(filedata):
318318
while i < len(filedata1):
319319
if filedata[i] != filedata1[i]:
320320
break
321+
i = i + 1
321322
if i == len(filedata1):
322323
break
323324

0 commit comments

Comments
 (0)