[
https://issues.apache.org/jira/browse/AIRFLOW-4406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16876322#comment-16876322
]
ASF subversion and git services commented on AIRFLOW-4406:
----------------------------------------------------------
Commit f0460ccb312466bda616bdcd835fcf07552998dc in airflow's branch
refs/heads/master from eladkal
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=f0460cc ]
[AIRFLOW-4406] Fix a method name typo: NullFernet.decrpyt to decrypt (#5509)
fixing typo from decrpyt to decrypt
> 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
>
> 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)