Skip to content

no seek() on PipedGzipReader #44

@cv3d

Description

@cv3d

It looks like the file-like object returned by xopen() for Gzip compressed files misses the seek() method.

AttributeError: 'PipedGzipReader' object has no attribute 'seek'

This would be very helpful to define def seek(self, offset, whence=0)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions