From e3b2dd31e326a0d5b948fa35eae0cb1eefbbebf4 Mon Sep 17 00:00:00 2001 From: Daniel Moody Date: Tue, 7 Jun 2022 14:34:28 -0500 Subject: install psutil for testing and fix sider complaints --- testing/framework/TestCmd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing') diff --git a/testing/framework/TestCmd.py b/testing/framework/TestCmd.py index 34acb4d60..2d3428ce8 100644 --- a/testing/framework/TestCmd.py +++ b/testing/framework/TestCmd.py @@ -399,7 +399,7 @@ def clean_up_ninja_daemon(self, result_type): try: pid = int(f.read()) os.kill(pid, signal.SIGINT) - except OSError: + except OSError: pass while True: -- cgit v1.2.1