The default branch for this project has been changed. Please update your bookmarks.
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