We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cd990e commit da0dc45Copy full SHA for da0dc45
python/lib/cloudutils/utilities.py
@@ -63,7 +63,7 @@ def getStdout(self):
63
return self.stdout.decode('utf-8').strip('\n')
64
65
def getLines(self):
66
- return self.stdout.decode('utf-8').strip('\n')
+ return self.stdout.decode('utf-8').strip('\n').split('\n')
67
68
def getStderr(self):
69
return self.stderr.decode('utf-8').strip('\n')
0 commit comments