From 90ff41801791bf4417a3f1c9526d1ec4f1626158 Mon Sep 17 00:00:00 2001 From: William Falcon Date: Wed, 24 Jul 2019 14:59:51 -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 9111c663ea..1699fe366c 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(pids) + print(str(pids))