Lee-W commented on code in PR #36749:
URL: https://github.com/apache/airflow/pull/36749#discussion_r1451415591


##########
airflow/providers/cncf/kubernetes/operators/pod.py:
##########
@@ -535,6 +537,7 @@ def execute(self, context: Context):
 
     def execute_sync(self, context: Context):
         result = None
+        self.killed = False

Review Comment:
   yep, this should be `self._killed`. Let me fixe it



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to