Skip to content

Commit

Permalink
Add docstring per #5105
Browse files Browse the repository at this point in the history
  • Loading branch information
thatch45 authored and basepi committed May 21, 2013
1 parent a079c7f commit ae29e51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions salt/crypt.py
Expand Up @@ -213,6 +213,7 @@ def decrypt_aes(self, payload, master_pub=True):

def verify_master(self, payload):
'''
Verify that the master is the same one that was previously accepted
'''
m_pub_fn = os.path.join(self.opts['pki_dir'], self.mpub)
if os.path.isfile(m_pub_fn) and not self.opts['open_mode']:
Expand Down

0 comments on commit ae29e51

Please sign in to comment.