diff --git a/pluginInstaller/pluginInstaller.py b/pluginInstaller/pluginInstaller.py index c6f5739a6..18947cd00 100644 --- a/pluginInstaller/pluginInstaller.py +++ b/pluginInstaller/pluginInstaller.py @@ -374,6 +374,9 @@ class pluginInstaller: return except Exception as e: raise Exception(f"All removal methods failed. Last error: {str(e)}") + else: + # Directory doesn't exist - already removed + pluginInstaller.stdOut(f'Plugin directory does not exist (already removed): {pluginName}') except Exception as e: pluginInstaller.stdOut(f"Error removing plugin files: {str(e)}")