Skip to content

Commit 4ec06ff

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

reproschema/redcap2reproschema.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,9 @@ def process_row(
252252
add_preable=True,
253253
):
254254
"""Process a row of the REDCap data and generate the jsonld file for the item."""
255-
item_id = field.get("Variable / Field Name", "") # item_id should always be the Variable name in redcap
255+
item_id = field.get(
256+
"Variable / Field Name", ""
257+
) # item_id should always be the Variable name in redcap
256258
rowData = {
257259
"category": "reproschema:Item",
258260
"id": item_id,

0 commit comments

Comments
 (0)