summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/lib/wic/plugin.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/lib/wic/plugin.py b/scripts/lib/wic/plugin.py
index fff02c063b..d714b6d7a9 100644
--- a/scripts/lib/wic/plugin.py
+++ b/scripts/lib/wic/plugin.py
@@ -74,8 +74,6 @@ class PluginMgr(object):
74 path = os.path.abspath(os.path.expanduser(path)) 74 path = os.path.abspath(os.path.expanduser(path))
75 75
76 if not os.path.isdir(path): 76 if not os.path.isdir(path):
77 msger.debug("Plugin dir is not a directory or does not exist: %s"\
78 % path)
79 return 77 return
80 78
81 if path not in self.plugin_dirs: 79 if path not in self.plugin_dirs: