Kengo Seki created AIRFLOW-4406:
-----------------------------------

             Summary: Fix a method name typo: NullFernet.decrpyt
                 Key: AIRFLOW-4406
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-4406
             Project: Apache Airflow
          Issue Type: Bug
            Reporter: Kengo Seki


NullFernet has a wrongly named method as follows:

{code:title=airflow/models/crypto.py}
class NullFernet(object):

(snip)

    def decrpyt(self, b):
        return b
{code}



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

Reply via email to