Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Uninstall custom excepthook for server
  • Loading branch information
elpaso committed Dec 16, 2015
1 parent 18614e1 commit 66061e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/utils.py
Expand Up @@ -525,7 +525,7 @@ def closeProjectMacro():
def initServerInterface(pointer):
from qgis.server import QgsServerInterface
from sip import wrapinstance

sys.excepthook = sys.__excepthook__
global serverIface
serverIface = wrapinstance(pointer, QgsServerInterface)

Expand Down

0 comments on commit 66061e0

Please sign in to comment.