We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 620c6e8 commit cb6c9e1Copy full SHA for cb6c9e1
1 file changed
tools/reduce.py
@@ -318,6 +318,7 @@ def removenamespaces(filedata):
318
while i < len(filedata1):
319
if filedata[i] != filedata1[i]:
320
break
321
+ i = i + 1
322
if i == len(filedata1):
323
324
0 commit comments