Skip to content

Commit

Permalink
Fix the incorrect field name
Browse files Browse the repository at this point in the history
  • Loading branch information
supermarkion committed May 9, 2023
1 parent 08cbafb commit 58c7f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dea_burn_cube/bc_data_processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ def generate_bc_result(
bc_processing_task.mapping_period_start,
bc_processing_task.mapping_period_end,
),
bc_processing_task.input_products.wofs_summary,
bc_processing_task.input_products.wofs_summary_name,
)
return bc_result
else:
Expand Down

0 comments on commit 58c7f2f

Please sign in to comment.