Handle exceptions from loading/ignoring extra conf

This commit is contained in:
micbou 2017-01-03 15:29:12 +01:00
parent 8161d35030
commit deddca8927
No known key found for this signature in database
GPG Key ID: C7E8FD1F3BDA1E05

View File

@ -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: