You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Joy Gao (JIRA)" <ji...@apache.org> on 2017/09/28 21:30:01 UTC

[jira] [Created] (AIRFLOW-1659) Fix invalid attribute bug in FileTaskHandler

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)