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():
|
with HandleServerException():
|
||||||
response = BaseRequest.PostDataToHandler( ... )
|
response = BaseRequest.PostDataToHandler( ... )
|
||||||
"""
|
"""
|
||||||
|
try:
|
||||||
try:
|
try:
|
||||||
yield
|
yield
|
||||||
except UnknownExtraConf as e:
|
except UnknownExtraConf as e:
|
||||||
|
Loading…
Reference in New Issue
Block a user