``` with self.__file_loader.load_to_temp_file(file_uri_src=uri, delete=False) as tfh: with open(thf, 'w') as f: ... ``` without the `tfh.close()` call? _Originally posted by @kmontemayor2-sc in https://github.com/Snapchat/GiGL/pull/279#discussion_r2285742099_