We didn't return the value for do_task_validation_only

This commit is contained in:
mike cullerton 2022-03-18 11:32:37 -04:00
parent 276924960b
commit d4a1b8ad3b

View File

@ -7,7 +7,7 @@ class StudyDataGet(Script,DataStoreBase):
return """Gets study data from the data store."""
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):
return self.get_data_common(study_id,