Don't clear paths when adding a new directory path in PluginLoader

pull/9224/head
James Cammarata 10 years ago
parent cf548baeab
commit 05994cd900

@ -150,7 +150,6 @@ class PluginLoader(object):
def add_directory(self, directory, with_subdir=False):
''' Adds an additional directory to the search path '''
self._paths = None
directory = os.path.realpath(directory)
if directory is not None:

Loading…
Cancel
Save