Skip to content

Commit

Permalink
Update workbench_utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
noahwsmith authored Oct 25, 2024
1 parent 49e9aea commit c594424
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 c594424

Please sign in to comment.