Skip to content

when converting to mp3 would receive spurious error messages "variable 'err' referenced before..." #5

@mainmeister

Description

@mainmeister

Found bug in encoder.py, class p3Encoder, method set_cover. Variable err was not initialize outside of the if statement but tested outside of the if block. Added line 379 err='' just before the if statement.

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