From 61c79eb77947abdda8f970b8968c36a16bb2ace3 Mon Sep 17 00:00:00 2001 From: Usman Nasir Date: Tue, 14 Jun 2022 12:47:37 +0500 Subject: [PATCH] local --- plogical/test.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/plogical/test.py b/plogical/test.py index 43397b4b2..e69de29bb 100644 --- a/plogical/test.py +++ b/plogical/test.py @@ -1,5 +0,0 @@ -import subprocess, shlex -command = 'yum list | grep lsphp | xargs -n3 | column -t' -result = subprocess.check_output(command, shell=True).splitlines() -for item in result: - print(item.split(b' '))