We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e0b8c0 commit baead75Copy full SHA for baead75
1 file changed
czkawka_core/src/common/directories.rs
@@ -79,7 +79,7 @@ impl Directories {
79
break;
80
}
81
82
- let (dir, msg) = Self::canonicalize_and_clear_path(&path, false);
+ let (dir, msg) = Self::canonicalize_and_clear_path(&path, is_excluded);
83
84
messages.extend_with_another_messages(msg);
85
0 commit comments