From c461a7a81f24551c8df4a342974521490319dfca Mon Sep 17 00:00:00 2001 From: Frank Martinez Date: Thu, 15 Jan 2026 11:02:04 -0500 Subject: [PATCH] Remove unnecessary warnings during Mod scanning. --- src/App/FreeCADInit.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/App/FreeCADInit.py b/src/App/FreeCADInit.py index d772ce7c51..c79ddeda74 100644 --- a/src/App/FreeCADInit.py +++ b/src/App/FreeCADInit.py @@ -1279,8 +1279,6 @@ class DirModScanner: if not base.exists(): if warning: Wrn(warning) - else: - Wrn(f"No modules found in {base!s}") return if warning: