[ 
https://issues.apache.org/jira/browse/AIRFLOW-4406?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16876348#comment-16876348
 ] 

ASF subversion and git services commented on AIRFLOW-4406:
----------------------------------------------------------

Commit d06a501c6d0cb5f2592144b40206f18ad66f9ab0 in airflow's branch 
refs/heads/v1-10-test from eladkal
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=d06a501 ]

[AIRFLOW-4406] Fix a method name typo: NullFernet.decrpyt to decrypt (#5509)

fixing typo from decrpyt to decrypt

(cherry picked from commit f0460ccb312466bda616bdcd835fcf07552998dc)


> 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)

Reply via email to