[
https://issues.apache.org/jira/browse/AIRFLOW-4406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ash Berlin-Taylor resolved AIRFLOW-4406.
----------------------------------------
Resolution: Fixed
Fix Version/s: 1.10.4
> 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
> Priority: Minor
> Fix For: 1.10.4
>
>
> 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)