Joy Gao created AIRFLOW-1659:
--------------------------------

             Summary: Fix invalid attribute bug in FileTaskHandler
                 Key: AIRFLOW-1659
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-1659
             Project: Apache Airflow
          Issue Type: Bug
          Components: logging
            Reporter: Joy Gao
            Assignee: Joy Gao
             Fix For: 1.9.0


The following line of code is failing in FileTaskHandler

{code}
response = requests.get(url, timeout=self.timeout)
{code}

self.timeout is not a valid attribute, should use local variable `timeout`



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to