We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07a9f90 commit 2b6bb4dCopy full SHA for 2b6bb4d
reproschema/redcap2reproschema.py
@@ -506,7 +506,7 @@ def process_row(
506
if parsed_value:
507
rowData[schema_key] = parsed_value
508
509
- elif schema_key == "preamble" and add_preable:
+ elif schema_key == "preamble" and add_preamble:
510
parsed_value = parse_html(value)
511
512
0 commit comments