diff --git a/ResultsToolbar.py b/ResultsToolbar.py index 8f477d4..be8ad1d 100644 --- a/ResultsToolbar.py +++ b/ResultsToolbar.py @@ -59,7 +59,7 @@ def subToolAction(nfo): try: FreeCADGui.activateWorkbench(workbench) except Exception: - print("Workbench not present") + print("SearchBar: Workbench not present! Was it disabled?") return if runTool(): return