Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 20, 2025
1 parent fba42b6 commit 6314229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reproschema/redcap2reproschema.py
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ def process_row(
parsed_value = parse_html(value)
if parsed_value:
rowData[schema_key] = parsed_value

elif schema_key == "preamble" and add_preamble:
parsed_value = parse_html(value)
if parsed_value:
Expand Down

0 comments on commit 6314229

Please sign in to comment.