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 the path attribute implementation for Authorit
master
Edoardo Putti
8 years ago
parent
1243ca87cc
commit
5da5f0c9fb
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
models/authority.py
+ 1
- 1
models/authority.py
View File
@ -25,7 +25,7 @@ class Authority(Model):
@property
def
path
(
self
)
:
return
os
.
path
.
join
(
self
.
ca_dir
,
self
.
ca_id
)
return
os
.
path
.
join
(
MANAGER_PATH
,
self
.
ca_id
)
def
generate
(
self
)
:
raise
NotImplementedError
(
)
Write
Preview
Loading…
Cancel
Save