mirror of
https://github.com/sartography/cr-connect-workflow.git
synced 2025-02-23 13:18:35 +00:00
We didn't return the value for do_task_validation_only
This commit is contained in:
parent
276924960b
commit
d4a1b8ad3b
@ -7,7 +7,7 @@ class StudyDataGet(Script,DataStoreBase):
|
|||||||
return """Gets study data from the data store."""
|
return """Gets study data from the data store."""
|
||||||
|
|
||||||
def do_task_validate_only(self, task, study_id, workflow_id, *args, **kwargs):
|
def do_task_validate_only(self, task, study_id, workflow_id, *args, **kwargs):
|
||||||
self.do_task(task, study_id, workflow_id, *args, **kwargs)
|
return self.do_task(task, study_id, workflow_id, *args, **kwargs)
|
||||||
|
|
||||||
def do_task(self, task, study_id, workflow_id, *args, **kwargs):
|
def do_task(self, task, study_id, workflow_id, *args, **kwargs):
|
||||||
return self.get_data_common(study_id,
|
return self.get_data_common(study_id,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user