This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
ca_manager
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
2
Releases
0
Wiki
Activity
Browse Source
fix NameError
master
Edoardo Putti
8 years ago
parent
2a3bc8d635
commit
f448934d84
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
'
)
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
)
:
def
generate
(
self
)
:
"""
"""
Write
Preview
Loading…
Cancel
Save