Skip to content
Snippets Groups Projects
Commit 71a2b695 authored by Cristiano Urban's avatar Cristiano Urban
Browse files

Fixed typo.

parent 767b991d
No related branches found
No related tags found
No related merge requests found
......@@ -18,9 +18,9 @@ class JobScheduler(object):
def addTaskExecutor(self, taskExecType):
if taskExecType == "group_rw_executor":
self.taskExecutorList.append(ImportExecutor())
elif taskExecType == "import_executor":
self.taskExecutorList.append(GroupRwExecutor())
elif taskExecType == "import_executor":
self.taskExecutorList.append(ImportExecutor())
elif taskExecType == "retrieve_preprocessor":
self.taskExecutorList.append(RetrievePreprocessor())
elif taskExecType == "store_preprocessor":
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment