markreidvfx / pyaaf2

Read and write Advanced Authoring Format (AAF) files
http://pyaaf.readthedocs.io
MIT License
133 stars 36 forks source link

Always close AAFFile's resources when exiting context manager #107

Closed JeanChristopheMorinPerso closed 2 years ago

JeanChristopheMorinPerso commented 2 years ago

Like discussed in private, this PR changes the behavior of the AAFFile.__exit__ method so that it tries as best as it can to close file resources when exiting.

I added unit tests to cover the different scenarios that I could come up with.

JeanChristopheMorinPerso commented 2 years ago

Thanks for discussions and accepting this PR!