Skip to content

Commit bf01d7c

Browse files
committed
modified email alert
1 parent c28eb90 commit bf01d7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

airflow/requirements/modules.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def collect_task_results(**context):
99
task_states = {task_instance.task_id: task_instance.state for task_instance in task_instances}
1010

1111
platform='None'
12-
for k, y in task_states:
12+
for k, y in task_states.items():
1313
if 'HOMEPLUS' in k:
1414
platform = 'HOMEPLUS'
1515
elif 'OASIS' in k:

0 commit comments

Comments
 (0)