Avoid calling external stat command
We compare (some fields at least) using python's os.lstat(). Only if we find differences, we call external stat command so that we can generate a diff using its output.
Please register or sign in to comment
We compare (some fields at least) using python's os.lstat(). Only if we find differences, we call external stat command so that we can generate a diff using its output.