# HG changeset patch # User Yuya Nishihara # Date 2014-04-29 03:37:36 # Node ID 476069509e72e7d931e33bc16a37905cc50c4ff3 # Parent 07f9825865de16de60b18a4b2dbf562bcc743307 killdaemons: correct typo of _check() function caught by pyflakes diff --git a/tests/killdaemons.py b/tests/killdaemons.py --- a/tests/killdaemons.py +++ b/tests/killdaemons.py @@ -43,7 +43,7 @@ if os.name =='nt': elif r == WAIT_TIMEOUT: logfn('# Daemon process %d is stuck') else: - check(r) # any error + _check(r) # any error except: #re-raises ctypes.windll.kernel32.CloseHandle(handle) # no _check, keep error raise