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

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

Commit 9b920678bfe96174726f76168308a02767ff8edb in incubator-airflow's branch 
refs/heads/master from [~o.vilchyns...@ukr.net]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-airflow.git;h=9b92067 ]

[AIRFLOW-307] There is no __neq__ python magic method.

Closes #1645 from TheSAS/patch-1


> Code cleanup. There is no __neq__ python magic method.
> ------------------------------------------------------
>
>                 Key: AIRFLOW-307
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-307
>             Project: Apache Airflow
>          Issue Type: Bug
>          Components: operators
>    Affects Versions: Airflow 1.8, Airflow 1.7.1, Airflow 1.7.1.3
>            Reporter: Oleksandr Vilchynskyy
>            Assignee: Oleksandr Vilchynskyy
>            Priority: Minor
>
> There is small mistype in  class BaseOperator(object)  which is decorated 
> with functools.total_ordering:
> def __neq__    was used instead of __ne__, which breaks logic of later 
> objects comparison.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to