Oleksandr Vilchynskyy created AIRFLOW-307:
---------------------------------------------

             Summary: 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
            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