コード例 #1
0
def ctrl_quit_signal_handler(_, frame):
    shutit_global.shutit_global_object.shutit_print(
        r'CRTL-\ caught, hard-exiting ShutIt')
    shutit_frame = get_shutit_frame(frame)
    if shutit_frame:
        shutit_class.do_finalize()
    shutit_global.shutit_global_object.handle_exit(exit_code=1)
コード例 #2
0
ファイル: shutit_util.py プロジェクト: ianmiell/shutit
def ctrl_quit_signal_handler(_,frame):
	shutit_global.shutit_global_object.shutit_print(r'CRTL-\ caught, hard-exiting ShutIt')
	shutit_frame = get_shutit_frame(frame)
	if shutit_frame:
		shutit_class.do_finalize()
	shutit_global.shutit_global_object.handle_exit(exit_code=1)