Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Kandel committed Nov 22, 2016
1 parent e6b1237 commit 32e3b0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/parser.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -719,7 +719,7 @@ cdef class TextReader:
# e.g., if header=3 and file only has 2 lines
elif (self.parser.lines < hr + 1
and not isinstance(self.orig_header, list)) or (
self.parser.lines < hr):
self.parser.lines < hr):
msg = self.orig_header
if isinstance(msg, list):
msg = "[%s], len of %d," % (
Expand Down

0 comments on commit 32e3b0a

Please sign in to comment.