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