edk2/BaseTools/Plugin
Jason1 Lin 1e0051e293 BaseTools: Fix Debug Macro Checking to Include Scanning Files
- In the commit 42a141800c
  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>
2025-03-13 15:39:06 +00:00
..
BuildToolsReport BaseTools: Add BaseTools plugins to support CI 2019-11-11 13:01:58 -08:00
CodeQL BaseTools/CodeQl: Give preference to Plugin settings 2024-10-09 06:02:34 +00:00
DebugMacroCheck BaseTools: Fix Debug Macro Checking to Include Scanning Files 2025-03-13 15:39:06 +00:00
HostBasedUnitTestRunner BaseTools/Plugin/HostBasedUnitTestRunner: Set ASAN env vars 2025-01-21 05:02:38 +00:00
LinuxGccToolChain BaseTools: LinuxGcc5ToolChain: Run for GCC Toolchain 2024-09-30 02:19:09 +00:00
WindowsResourceCompiler BaseTools/WinRcPath: Improve Performance. 2024-08-04 07:30:59 +00:00
WindowsVsToolChain BaseTools: Add VS2022 support. 2024-07-08 16:50:21 +00:00