minor minor stuff.

This commit is contained in:
Dan 2022-01-24 14:43:36 -05:00
parent 58658d9507
commit 9690ebf883
2 changed files with 4 additions and 1 deletions

3
.gitignore vendored
View File

@ -238,3 +238,6 @@ postgres/var/
.coverage
coverage.xml
.~lock.*
# Specification files
SPECS

View File

@ -26,7 +26,7 @@ def to_file_api(file_model):
DocumentService.get_dictionary())
def get_files(workflow_id=None, form_field_key=None,study_id=None):
def get_files(workflow_id=None, form_field_key=None, study_id=None):
if workflow_id is None:
raise ApiError('missing_parameter',
'Please specify a workflow_id with an optional form_field_key')