Handle exceptions from loading/ignoring extra conf
This commit is contained in:
parent
8161d35030
commit
deddca8927
@ -214,6 +214,7 @@ def HandleServerException( display = True, truncate = False ):
|
||||
with HandleServerException():
|
||||
response = BaseRequest.PostDataToHandler( ... )
|
||||
"""
|
||||
try:
|
||||
try:
|
||||
yield
|
||||
except UnknownExtraConf as e:
|
||||
|
Loading…
Reference in New Issue
Block a user