[ 
https://issues.apache.org/jira/browse/AIRFLOW-1659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16185059#comment-16185059
 ] 

ASF subversion and git services commented on AIRFLOW-1659:
----------------------------------------------------------

Commit bee823c6c6edc48d862324b5cee472b58e344c5f in incubator-airflow's branch 
refs/heads/v1-9-test from [~joy.gao54]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-airflow.git;h=bee823c ]

[AIRFLOW-1659] Fix invalid obj attribute bug in file_task_handler.py

Closes #2645 from jgao54/fix-file_task_handler-bug


> 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