Browse Source

fix NameError

master
Edoardo Putti 8 years ago
parent
commit
f448934d84
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      models/ssh.py

+ 1
- 1
models/ssh.py View File

@ -73,7 +73,7 @@ class SSHAuthority(Authority):
"""
keys_pair_exist = os.path.exists(self.path) and os.path.exists(self.path + '.pub')
return keys_couple_exist
return keys_pair_exist
def generate(self):
"""


Loading…
Cancel
Save