XD-DENG commented on code in PR #63302:
URL: https://github.com/apache/airflow/pull/63302#discussion_r2914932353


##########
task-sdk/src/airflow/sdk/execution_time/task_runner.py:
##########
@@ -1844,8 +1844,8 @@ def main():
         try:
             try:
                 startup_details = get_startup_details()
-                span = _make_task_span(msg=startup_details)
-                stack.enter_context(span)
+                span_ctx_mgr = _make_task_span(msg=startup_details)
+                span = stack.enter_context(span_ctx_mgr)

Review Comment:
   Oh, the static check failure is actually pointing to the same thing



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to