Skip to content

Commit d282b68

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent ce8b34b commit d282b68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reproschema/redcap2reproschema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ def process_row(
427427
notes_obj = {
428428
"source": "redcap",
429429
"column": key,
430-
"value": f'"{value_str}"' # Add quotation marks
430+
"value": f'"{value_str}"', # Add quotation marks
431431
}
432432
rowData.setdefault("additionalNotesObj", []).append(notes_obj)
433433

0 commit comments

Comments
 (0)