drop unused/incomplete parseParams method for now
This commit is contained in:
parent
bf9e7520f7
commit
89825a8d2d
1 changed files with 0 additions and 3 deletions
|
|
@ -328,9 +328,6 @@ class BaseTaskHandler(object):
|
|||
"""(abstract) the handler for the task."""
|
||||
raise NotImplementedError
|
||||
|
||||
def parseParams(self):
|
||||
tp = parse_task_params(self.params)
|
||||
|
||||
def run(self):
|
||||
"""Execute the task"""
|
||||
self.createWorkdir()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue