Skip to content

Bug about "aimbat-sac2pkl -p" #91

@haibo-wang-seis

Description

@haibo-wang-seis

line 81 in sacpickle.py:
' with open(zfile(picklefile+'.'+zipmode, 'rb')) as f:'
Since this variable 'picklefile' containing suffix about zipmode (bz2 or gz), so I think there should be:
' with open(zfile(picklefile, 'rb')) as f:'

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