@@ -10,7 +10,9 @@ lst=[]
def proc_l(l):
return l.replace(',','').replace('\n','').strip()
+
for l in io.TextIOWrapper(cl.stdout, encoding="utf-8"):
+ print(l)
if '"AccessKeyId":' in l:
lst.append(proc_l(l))