Stanislav Kudriashev created AIRFLOW-1232:
---------------------------------------------
Summary: Remove deprecated readfp warning
Key: AIRFLOW-1232
URL: https://issues.apache.org/jira/browse/AIRFLOW-1232
Project: Apache Airflow
Issue Type: Bug
Components: dependencies
Affects Versions: Airflow 1.8
Reporter: Stanislav Kudriashev
Assignee: Stanislav Kudriashev
Priority: Minor
Fix For: Airflow 1.8
{code}
/home/travis/build/apache/incubator-airflow/airflow/configuration.py:128:
DeprecationWarning: This method will be removed in future versions. Use
'parser.read_file()' instead.
self.readfp(StringIO.StringIO(string))
{code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)