Closed JeanChristopheMorinPerso closed 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.
AAFFile.__exit__
I added unit tests to cover the different scenarios that I could come up with.
Thanks for discussions and accepting this PR!
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.