From 9690ebf883641062dd5f85f1c4fe8d48be6622f6 Mon Sep 17 00:00:00 2001 From: Dan Date: Mon, 24 Jan 2022 14:43:36 -0500 Subject: [PATCH] minor minor stuff. --- .gitignore | 3 +++ crc/api/file.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 92974e1a..62b22954 100755 --- a/.gitignore +++ b/.gitignore @@ -238,3 +238,6 @@ postgres/var/ .coverage coverage.xml .~lock.* + +# Specification files +SPECS \ No newline at end of file diff --git a/crc/api/file.py b/crc/api/file.py index 5e4f2ec6..12e3cb9c 100644 --- a/crc/api/file.py +++ b/crc/api/file.py @@ -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')