Skip to content

Commit

Permalink
Merge pull request #835 from Born-Digital-US/fifileeld_name-typo
Browse files Browse the repository at this point in the history
PR for fifileeld_name typo
  • Loading branch information
mjordan authored Nov 3, 2024
2 parents 49e9aea + c594424 commit 107087b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workbench_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -8564,7 +8564,7 @@ def write_to_output_csv(config, id, node_json, input_csv_row=None):
for field_name in node_dict:
if field_name.startswith("field_"):
row[field_name] = serialize_field_json(
config, field_definitions, field_name, node_dict[fifileeld_name]
config, field_definitions, field_name, node_dict[field_name]
)
row.update(input_csv_row)
writer.writerow(row)
Expand Down

0 comments on commit 107087b

Please sign in to comment.