diff options
author | Jason1 Lin <jason1.lin@intel.com> | 2025-03-13 20:44:29 +0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2025-03-13 15:39:06 +0000 |
commit | 1e0051e293aedc1a196ae5678a1e953e5ed946f1 (patch) | |
tree | 3a9d587a4eba90e50783e3c4e590ee9d992c5ec4 /BaseTools/Source/Python | |
parent | 25ccb6ec548d7f72ad528ba5b735e91740816cf6 (diff) | |
download | edk2-1e0051e293aedc1a196ae5678a1e953e5ed946f1.zip edk2-1e0051e293aedc1a196ae5678a1e953e5ed946f1.tar.gz edk2-1e0051e293aedc1a196ae5678a1e953e5ed946f1.tar.bz2 |
BaseTools: Fix Debug Macro Checking to Include Scanning Files
- In the commit 42a141800c0c26a09d2344e84a89ce4097a263ae
there was a misuse of "is_dir" method.
- Treating it as an object rather than function call,
which caused if-condition to always as "false".
- No files would be added to scanning list due to incorrect usage.
- This patch corrects the issue by properly using "is_dir()".
Signed-off-by: Jason1 Lin <jason1.lin@intel.com>
Diffstat (limited to 'BaseTools/Source/Python')
0 files changed, 0 insertions, 0 deletions