You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Kengo Seki (JIRA)" <ji...@apache.org> on 2019/04/24 16:11:00 UTC

[jira] [Created] (AIRFLOW-4406) Fix a method name typo: NullFernet.decrpyt

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)