Skip to content

Commit c25a110

Browse files
authored
Fix activity_type in livelihood_activity_instances - see HEA-572
1 parent 948435a commit c25a110

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pipelines/assets/livelihood_activity.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1359,7 +1359,7 @@ def livelihood_activity_instances(
13591359
config,
13601360
livelihood_activity_dataframe,
13611361
livelihood_summary_dataframe,
1362-
ActivityLabel.LivelihoodActivityType.LIVELIHOOD_SUMMARY,
1362+
ActivityLabel.LivelihoodActivityType.LIVELIHOOD_ACTIVITY,
13631363
len(HEADER_ROWS),
13641364
)
13651365

0 commit comments

Comments
 (0)