Skip to content

Commit 3ef626e

Browse files
committed
Working on cython issues
1 parent 7e156b7 commit 3ef626e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/io/sas/saslib.pyx

-1
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,6 @@ cdef void process_byte_array_with_data(object parser, int offset, int length):
294294
source = np.frombuffer(parser._cached_page[offset:offset+length], dtype=np.uint8)
295295
if (parser.compression != "") and (length < parser.row_length):
296296
source = decompress(parser, parser.row_length, source)
297-
return
298297

299298
s = 8 * parser._current_row_in_chunk_index
300299
js = 0

0 commit comments

Comments
 (0)