Skip to content

Commit 66061e0

Browse files
committed
Uninstall custom excepthook for server
1 parent 18614e1 commit 66061e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ def closeProjectMacro():
525525
def initServerInterface(pointer):
526526
from qgis.server import QgsServerInterface
527527
from sip import wrapinstance
528-
528+
sys.excepthook = sys.__excepthook__
529529
global serverIface
530530
serverIface = wrapinstance(pointer, QgsServerInterface)
531531

0 commit comments

Comments
 (0)