Today I'm trying to open a file created by a python program, and modify it with some values asked by the user during the execution of the program. The text file here is defined by "Compression" The text I want to replace is "IND1\n" Here's what I did :
The program runs without error, it launches and creates the file for me, but does not perform this step... The file still contains "IND1\n" at the end of the execution. Would you have an idea ?
Thanks in advance ! Regards, Sneeax