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