summaryrefslogtreecommitdiffstats
path: root/bitbake-dev/lib/bb/ui/knotty.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake-dev/lib/bb/ui/knotty.py')
-rw-r--r--bitbake-dev/lib/bb/ui/knotty.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/bitbake-dev/lib/bb/ui/knotty.py b/bitbake-dev/lib/bb/ui/knotty.py
index 5e7544ea03..4b4d6b03af 100644
--- a/bitbake-dev/lib/bb/ui/knotty.py
+++ b/bitbake-dev/lib/bb/ui/knotty.py
@@ -32,8 +32,8 @@ parsespin = itertools.cycle( r'|/-\\' )
32def init(server, eventHandler): 32def init(server, eventHandler):
33 33
34 # Get values of variables which control our output 34 # Get values of variables which control our output
35 includelogs = server.runCommand(["readVariable", "BBINCLUDELOGS"]) 35 includelogs = server.runCommand(["getVariable", "BBINCLUDELOGS"])
36 loglines = server.runCommand(["readVariable", "BBINCLUDELOGS_LINES"]) 36 loglines = server.runCommand(["getVariable", "BBINCLUDELOGS_LINES"])
37 37
38 try: 38 try:
39 cmdline = server.runCommand(["getCmdLineAction"]) 39 cmdline = server.runCommand(["getCmdLineAction"])