Commit identité
This commit is contained in:
parent
831cebb84d
commit
cd5ae8aaa5
1 changed files with 2 additions and 2 deletions
|
@ -101,7 +101,7 @@ def get(name):
|
|||
fatal_io=False)
|
||||
loaders.insert(0, dbg_loader)
|
||||
notfound_error = None
|
||||
|
||||
|
||||
for loader in loaders:
|
||||
try:
|
||||
return loader(name)
|
||||
|
@ -110,6 +110,6 @@ def get(name):
|
|||
except SecretForbidden:
|
||||
logger.critical('...and that failed (Forbidden).')
|
||||
raise
|
||||
|
||||
|
||||
logger.critical('...and that failed (not found).')
|
||||
raise notfound_error
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue