[
https://issues.apache.org/jira/browse/AIRFLOW-307?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ash Berlin-Taylor resolved AIRFLOW-307.
---------------------------------------
Resolution: Fixed
Fix Version/s: 1.8.0
> 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: 1.7.1, 1.7.1.3, 1.8.0
> Reporter: Oleksandr Vilchynskyy
> Assignee: Oleksandr Vilchynskyy
> Priority: Minor
> Fix For: 1.8.0
>
>
> 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
(v7.6.3#76005)