mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 23:32:06 -04:00
Do not list the name twice.
This commit is contained in:
parent
6e07e8b5c0
commit
d0b4740e52
1 changed files with 1 additions and 1 deletions
|
|
@ -245,7 +245,7 @@ class Directory(jose.JSONDeSerializable):
|
|||
try:
|
||||
return self[name.replace('_', '-')]
|
||||
except KeyError as error:
|
||||
raise AttributeError(str(error) + ': ' + name)
|
||||
raise AttributeError(str(error))
|
||||
|
||||
def __getitem__(self, name):
|
||||
try:
|
||||
|
|
|
|||
Loading…
Reference in a new issue