Skip to content

crash when concat a string with a PosixPath #52

Open
@timokeller

Description

print('KeyError: File ' + chorale_file + ' skipped')

'FloatingKeyException: File ' + chorale_file + ' skipped')

This should be str(chorale_file) because you can't concat a string with a PosixPath.

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