On 2026-01-08 10:28, Ką Mykolas wrote:
Tracing only file operations:

strace -e trace=file python something.py

That is more elegant than what I did, thank you for the reply!

I ran `strace python -c 'from osgeo import gdal' 2>&1 | grep open` since I was also only interested in accessed files. Most of the output of strace (other than file operations) goes over my head anyway.

Many Thanks
Max

Reply via email to