Skip to content

fix: allow Path instances to be added to input_file list #188

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 11, 2023

Conversation

markus-stoll
Copy link
Contributor

Bug:
The current implementation of utils:expand_list_to_files(...) does not handle non-string (pathlib.Path) entries in the file_list. Consequently, such entries are skipped without being processed.

Fix:
To handle non-string entries in the file_list, we have updated utils:expand_list_to_files(...) to support also Path instances

fixes #187

@dbickson dbickson merged commit b7437f8 into visual-layer:main May 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: AssertionError when using a list of local files as input_dir
2 participants