fixing console.py graph parser
This commit is contained in:
@@ -315,6 +315,7 @@ class ConsoleApp( Frame ):
|
|||||||
|
|
||||||
def updateGraph( self, _console, output ):
|
def updateGraph( self, _console, output ):
|
||||||
"Update our graph."
|
"Update our graph."
|
||||||
|
output = output.split('\n')[ 0 ]
|
||||||
vals = output.split(',')
|
vals = output.split(',')
|
||||||
if not len(vals) == 9:
|
if not len(vals) == 9:
|
||||||
return
|
return
|
||||||
|
|||||||
Reference in New Issue
Block a user