mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 00:02:14 -04:00
Fix whitespace.
This commit is contained in:
parent
f0a9b81cf1
commit
924fbdf84e
1 changed files with 1 additions and 1 deletions
|
|
@ -199,7 +199,7 @@ class Directory(jose.JSONDeSerializable):
|
|||
try:
|
||||
return self[name.replace('_', '-')]
|
||||
except KeyError as error:
|
||||
raise AttributeError(str(error) + ': ' + name)
|
||||
raise AttributeError(str(error) + ': ' + name)
|
||||
|
||||
def __getitem__(self, name):
|
||||
try:
|
||||
|
|
|
|||
Loading…
Reference in a new issue