Adding a better plugin not found message

Updates the plugin not found error message to actually say plugin not
found

Change-Id: Icceb7616a9222ae2aa013a2e0902cf0ca9acea41
This commit is contained in:
Eli Uriegas 2016-06-02 14:16:36 -05:00
parent 4474296f44
commit 7956e09b97
1 changed files with 1 additions and 1 deletions

View File

@ -647,7 +647,7 @@ class EnginePluginManager(object):
# Verify that the plugin exists
if not os.path.exists(plugin_dir):
print(wrap('* Failed to install plugin: {0}'.format(plugin_name)))
print(wrap('* Plugin not found: {0}'.format(plugin_name)))
return
# Install Plugin