[
https://issues.apache.org/jira/browse/AIRFLOW-4541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17169506#comment-17169506
]
ASF subversion and git services commented on AIRFLOW-4541:
----------------------------------------------------------
Commit 4e3799fec4c23d0f43603a0489c5a6158aeba035 in airflow's branch
refs/heads/master from Kaxil Naik
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=4e3799f ]
[AIRFLOW-4541] Replace os.mkdirs usage with pathlib.Path(path).mkdir (#10117)
`makedirs` is used in `airlfow.utils.file.mkdirs` - it is replaced with
pathlib now with python3.5+
> Replace mkdirs usage with pathlib
> ---------------------------------
>
> Key: AIRFLOW-4541
> URL: https://issues.apache.org/jira/browse/AIRFLOW-4541
> Project: Apache Airflow
> Issue Type: Sub-task
> Components: core
> Reporter: Jarek Potiuk
> Assignee: Bas Harenslak
> Priority: Major
>
> _makedirs is used in 'airlfow.utils.file.mkdirs' - it could be replaced with
> pathlib now with python3.5+_
--
This message was sent by Atlassian Jira
(v8.3.4#803005)