@@ -11,6 +11,8 @@ while True:
l = cl.stdout.readline()
if not l:
break
+ l=str(l)
+
if '"AccessKeyId":' in l:
lst.append(l)