Skip to content

Commit 82ec3c4

Browse files
committed
Merge branch 'main' of https://github.com/Evan8456/reproschema-py into main
2 parents 18d5fa6 + 4ec06ff commit 82ec3c4

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
@@ -250,7 +250,9 @@ def process_row(
250250
add_preable=True,
251251
):
252252
"""Process a row of the REDCap data and generate the jsonld file for the item."""
253-
item_id = field.get("Variable / Field Name", "") # item_id should always be the Variable name in redcap
253+
item_id = field.get(
254+
"Variable / Field Name", ""
255+
) # item_id should always be the Variable name in redcap
254256
rowData = {
255257
"category": "reproschema:Item",
256258
"id": item_id,

0 commit comments

Comments
 (0)