mik-laj commented on issue #16140: URL: https://github.com/apache/airflow/issues/16140#issuecomment-850852690
The show_warnings function should ignore OSError errors, but our implementation does not. Original implementation: https://github.com/python/cpython/blob/9bcb76c24f6d3f01e596a439c1521f9099e3fe80/Lib/warnings.py#L20-L33 Our implementation: https://github.com/apache/airflow/blob/231d104e37da57aa097e5f726fe6d3031ad04c52/airflow/settings.py#L107-L115 -- 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. For queries about this service, please contact Infrastructure at: [email protected]
