From b5c67d91e54c6a2eb91d96de05d85f68311f8a4f Mon Sep 17 00:00:00 2001 From: William Falcon Date: Wed, 24 Jul 2019 15:00:14 -0400 Subject: [PATCH] added auto port find --- tests/debug.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/debug.py b/tests/debug.py index 1699fe36..d8204ed8 100644 --- a/tests/debug.py +++ b/tests/debug.py @@ -139,4 +139,4 @@ if __name__ == '__main__': pids = subprocess.check_output(command, shell=True) pids = pids.strip() - print(str(pids)) + print(len(pids))