We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7db7243 commit dc97163Copy full SHA for dc97163
1 file changed
README.md
@@ -63,7 +63,10 @@ import dir_content_diff
63
dir_content_diff.compare_trees("reference_dir", "compared_dir")
64
```
65
66
-This code will return an empty dictionary because no difference was detected.
+If all the files are identical, this code will return an empty dictionary because no difference
67
+was detected. This is because `dir-content-diff` is only looking for files in the compared directory
68
+that are also present in the reference directory. Thus extraneous files from the compared directory
69
+are not considered.
70
71
If ``reference_dir/file_1.c`` is the following JSON-like file:
72
0 commit comments