Skip to content

Bug (typo) in release 0.12.0 #369

@funnypig

Description

@funnypig
soundfile.py:179, in <module>
    177 elif _sys.platform == 'win32':
    178     _explicit_libname = 'libsndfile.dll'
--> 179 elif _sys.plaform == 'linux':
    180     _explicit_libname = 'libsndfile.so'
    181 else:

AttributeError: module 'sys' has no attribute 'plaform'

You made mistake in PR #364

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions