https://bugs.kde.org/show_bug.cgi?id=404635
--- Comment #2 from Alex Minton <alex...@gmail.com> --- Sorry, I misinfored you a little bit: project overview has nothing to do with the crash, it happens when the file being updated is already opened in the editor. The update is done by Python script, which downloads the translations from server using web API. So, the write operation which triggers the crash is file write operation from Python's standard library: with open(target_name, 'w') as output_file: output_file.write(wl_response.text) -- You are receiving this mail because: You are watching all bug changes.