ashb commented on code in PR #44263:
URL: https://github.com/apache/airflow/pull/44263#discussion_r1852690469


##########
task_sdk/src/airflow/sdk/execution_time/supervisor.py:
##########
@@ -192,7 +203,7 @@ def exit(n: int) -> NoReturn:
             sys.stdout.flush()
         with suppress(ValueError, OSError):
             sys.stderr.flush()
-        with suppress(ValueError, OSError):
+        with suppress(ValueError, OSError, AttributeError):

Review Comment:
   Though that was before i switched it to the `capfd` fixture -- that might 
not be needed, I'll try without it and remove if it's not needed anymore



-- 
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