You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Jarek Potiuk (JIRA)" <ji...@apache.org> on 2019/05/19 17:31:00 UTC

[jira] [Created] (AIRFLOW-4542) Replace os.makedirs usage with pathlib

Jarek Potiuk created AIRFLOW-4542:
-------------------------------------

             Summary: Replace os.makedirs usage with pathlib
                 Key: AIRFLOW-4542
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-4542
             Project: Apache Airflow
          Issue Type: Sub-task
            Reporter: Jarek Potiuk


In a few hooks/tests os.makedirs is used with try/except to cover python2.7 case where it misses exists_ok. It could be replaced with pathlib. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)