Skip to content

Commit

Permalink
Fix broken XCOM in EKSPodOperator (#17918)
Browse files Browse the repository at this point in the history
  • Loading branch information
mik-laj committed Aug 30, 2021
1 parent a3f9c69 commit 653c13e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/providers/amazon/aws/operators/eks.py
Expand Up @@ -457,4 +457,4 @@ def execute(self, context):
pod_username=self.pod_username,
pod_context=self.pod_context,
) as self.config_file:
super().execute(context)
return super().execute(context)

0 comments on commit 653c13e

Please sign in to comment.