return something for the validation

This commit is contained in:
mike cullerton 2022-04-19 08:01:18 -04:00
parent 87b1e0d2c8
commit 4c81623497
1 changed files with 1 additions and 2 deletions

View File

@ -11,8 +11,7 @@ class IsFileUploaded(Script):
Pass in the IRB Doc Code for the file."""
def do_task_validate_only(self, task, study_id, workflow_id, *args, **kwargs):
doc_code = args[0]
files = UserFileService.get_files_for_study(study_id)
return self.do_task(task, study_id, workflow_id, *args, **kwargs)
def do_task(self, task, study_id, workflow_id, *args, **kwargs):