TextGridTools icon indicating copy to clipboard operation
TextGridTools copied to clipboard

cannot write_to_file to the same file opened before

Open mx-dancer-rage opened this issue 1 year ago • 1 comments

I opened a TextGrid file a.TextGrid, changed something, then I wanted to write back to a.TextGrid. I got an error that permission denied. I think maybe because a.TextGrid was still open. but I cannot find a function to close the file object. how can I do to overwrite the original file?

mx-dancer-rage avatar Feb 18 '24 10:02 mx-dancer-rage

Thanks for reporting this. Could you provide a minimal working example that triggers this problem?

On 18 Feb 2024, at 11:37, mx-dancer-rage @.***> wrote:

I opened a TextGrid file a.TextGrid, changed something, then I wanted to write back to a.TextGrid. I got an error that permission denied. I think maybe because a.TextGrid was still open. but I cannot find a function to close the file object. how can I do to overwrite the original file? — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>

mwlodarczak avatar Mar 14 '24 16:03 mwlodarczak