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

ASF GitHub Bot commented on AIRFLOW-4406:
-----------------------------------------

ashb commented on pull request #5509: [AIRFLOW-4406] Fix a method name typo: 
NullFernet.decrpyt to decrypt
URL: https://github.com/apache/airflow/pull/5509
 
 
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to