Skip to content

Commit bea79d4

Browse files
committed
Fix python lint issue
1 parent 7913091 commit bea79d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/incrparse/validate_parse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def main():
144144
file=sys.stderr)
145145
print(diag, file=sys.stderr)
146146
sys.exit(1)
147-
full_idx += 1 # continue searching from the next diagnostic line.
147+
full_idx += 1 # continue searching from the next diagnostic line.
148148

149149

150150
if __name__ == '__main__':

0 commit comments

Comments
 (0)