Skip to content

PosixPath generator not working for generate_movies python 3.13 #927

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

Open
zssherman opened this issue May 27, 2025 · 0 comments
Open

PosixPath generator not working for generate_movies python 3.13 #927

zssherman opened this issue May 27, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@zssherman
Copy link
Collaborator

These lines of code here:

                # Test PosixPath generator for making movie
                file_generator = basepath.glob('test_contour[!_]*.png')
>               result = act.utils.generate_movie(file_generator, write_filename=write_filename)

produce an error in the 3.13 testing:

E           TypeError: listdir: path should be string, bytes, os.PathLike, integer or None, not map

We will need to investigate on what changed

@zssherman zssherman added the bug Something isn't working label May 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant