Skip to content

Commit 1c7c598

Browse files
committed
Patch wrong checkrows.
1 parent 90942c9 commit 1c7c598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/mlab.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2877,9 +2877,9 @@ def get_converters(reader, comments):
28772877
continue
28782878
if i == 0:
28792879
converters = [mybool]*len(row)
2880-
i += 1
28812880
if checkrows and i > checkrows:
28822881
break
2882+
i += 1
28832883
for j, (name, item) in enumerate(zip(names, row)):
28842884
func = converterd.get(j)
28852885
if func is None:

0 commit comments

Comments
 (0)