Skip to content

Commit 1a8e7ec

Browse files
committed
Python 2 and 3 support. Convert Exception to BaseException scripts.
1 parent 9986ffd commit 1a8e7ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roundup/scripts/roundup_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -698,7 +698,7 @@ class ThreadingServer(SocketServer.ThreadingMixIn,
698698
# allow the win32
699699
import win32service
700700

701-
class SvcShutdown(Exception):
701+
class SvcShutdown(BaseException):
702702
pass
703703

704704
class RoundupService(win32serviceutil.ServiceFramework):

0 commit comments

Comments
 (0)