fix module import

This commit is contained in:
Joshua Hesketh 2013-09-06 16:22:35 +10:00
parent 3b74fcdebe
commit d3f3b1b246

View File

@ -184,7 +184,7 @@ class Runner(threading.Thread):
if len(self.datasets) > 0:
return self.datasets
datasets_path = self.global_config['datasets_dir']
datasets_path = self.plugin_config['datasets_dir']
for ent in os.listdir(datasets_path):
dataset_dir = os.path.join(datasets_path, ent)
if (os.path.isdir(dataset_dir) and os.path.isfile(