You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2018/05/18 22:37:00 UTC

[jira] [Commented] (AIRFLOW-2485) Incorrect 'this' keyword for log for Qubole Sensor

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

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

Commit f297a033d308ebbbdff0460a0378ca262a5901e9 in incubator-airflow's branch refs/heads/master from [~kaxilnaik]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-airflow.git;h=f297a03 ]

[AIRFLOW-2485] Fix Incorrect logging for Qubole Sensor

- Replace incorrect `this.log` keyword for logging
of Qubole Sensor to `self.log`
I am sure https://github.com/apache/incubator-
airflow/pull/3297#issuecomment-385988083 was
suppose to mean `self.log.info` instead of
`this.log.info`.

Closes #3378 from kaxil/AIRFLOW-2485


> Incorrect 'this' keyword for log for Qubole Sensor
> --------------------------------------------------
>
>                 Key: AIRFLOW-2485
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-2485
>             Project: Apache Airflow
>          Issue Type: Bug
>          Components: contrib
>    Affects Versions: 1.10.0
>            Reporter: Kaxil Naik
>            Assignee: Kaxil Naik
>            Priority: Minor
>             Fix For: 1.10.0, 2.0.0
>
>
> I am sure https://github.com/apache/incubator-airflow/pull/3297#issuecomment-385988083 was suppose to mean `self.log.info` instead of `this.log.info`.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)