There is a software which writes/appends some log files. I wrote a Python script to read those log files and copy the info in another file.
How can I make sure that the Python script won't interrupt the softwares process or that the Python script won't crush when trying to access the files?