Pycharm on Kubuntu linux – tree.write doesn’t generate new file
I’m using Pycharm on Kubuntu linux and I’m trying to modify an example of an XML file by adding a kind of dummy entry and writing a change to the new file.
Unfortunately nothing happens, but also no error is displayed.
Can somone give some hint what can be the problem?
Maybe PyCharm application needs some additional rights or the folder where I want to create new version of a file?
Here is a code: