From 04e4e5a9dd4f674de2180652fcfde44bbeafff9c Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Thu, 14 Mar 2019 11:40:44 +0800 Subject: [PATCH] Update __init__.py --- route/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/route/__init__.py b/route/__init__.py index 553dd2865..92d12ecdb 100755 --- a/route/__init__.py +++ b/route/__init__.py @@ -246,7 +246,8 @@ do done ''' if not public.isAppleSystem(): - print public.execShell(sh) + info = public.execShell(sh) + print info[0], info[1] def connect_ssh():