changeset 21194:476069509e72 stable

killdaemons: correct typo of _check() function caught by pyflakes
author Yuya Nishihara <yuya@tcha.org>
date Tue, 29 Apr 2014 12:37:36 +0900
parents 07f9825865de
children 9336bc7dca8e
files tests/killdaemons.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tests/killdaemons.py	Tue Apr 29 12:35:50 2014 +0900
+++ b/tests/killdaemons.py	Tue Apr 29 12:37:36 2014 +0900
@@ -43,7 +43,7 @@
             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