I'm excuting a python script that utilizes patoollibrary (a library for creating/extracting compressed archives).
The thing is that when I run the script, it gives me the following lines:
patool: Extracting D:/xx/xx/xx.xml.gz
patool: running "C:\Program Files\7-Zip\7z.EXE" e -o D:/xx/xx/ -- D:/xx/xx/xx.xml.gz
patool: ... D:/xx/xx/ -- xx.xml.gz extracted to D:/xx/xx/
These obviusly are not error lines. They just tell me what's going on. I need to hide these lines when excuting the script. But ONLY this message, I mean NOT other type of messages, like error messages for example.