Dotify71 opened a new pull request, #68758:
URL: https://github.com/apache/airflow/pull/68758

   ### Description
   Fixes #68757
   
   The `airflow.utils.log.file_processor_handler` module currently relies 
heavily on the `os.path` library for filesystem path manipulations. To 
modernize the codebase, improve cross-platform readability, and align with 
modern Python standards, this PR migrates `os.path` calls (e.g., 
`os.path.join`, `os.path.abspath`, `os.path.isdir`) to their `pathlib.Path` 
equivalents where possible.
   
   ### Testing
   - Existing Airflow unit tests will cover these pathways as this handler is 
central to DAG parsing logging.
   


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