Alon Bar-Lev has uploaded a new change for review. Change subject: novnc: no need to raise terminate exception on termination ......................................................................
novnc: no need to raise terminate exception on termination Change-Id: I95a23d72f87391bb4682a447c307129089bce3d2 Signed-off-by: Alon Bar-Lev <[email protected]> --- M packaging/services/ovirt-websocket-proxy.py 1 file changed, 0 insertions(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/73/15373/1 diff --git a/packaging/services/ovirt-websocket-proxy.py b/packaging/services/ovirt-websocket-proxy.py index 2d1f2a9..4cc4f1c 100755 --- a/packaging/services/ovirt-websocket-proxy.py +++ b/packaging/services/ovirt-websocket-proxy.py @@ -203,7 +203,6 @@ # redirect it to expected termination sequence. except SystemExit: self.logger.debug('SystemExit', exc_info=True) - raise Service.TerminateException() finally: signal.signal(signal.SIGTERM, oldterm) # WORKAROUND-END -- To view, visit http://gerrit.ovirt.org/15373 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I95a23d72f87391bb4682a447c307129089bce3d2 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Alon Bar-Lev <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
