killdaemons: correct typo of _check() function caught by pyflakes stable
authorYuya Nishihara <yuya@tcha.org>
Tue, 29 Apr 2014 12:37:36 +0900
branchstable
changeset 1372 8d921a12dd31
parent 1370 d6cab997a43e
child 1373 7e193663b0d6
killdaemons: correct typo of _check() function caught by pyflakes [ original upstream message ]
tests/killdaemons.py
--- a/tests/killdaemons.py	Mon Nov 25 22:00:46 2013 +0100
+++ 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