diff options
Diffstat (limited to 'bitbake/lib')
-rw-r--r-- | bitbake/lib/bb/ui/goggle.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/ui/goggle.py b/bitbake/lib/bb/ui/goggle.py index c0785b7990..e8a54ab295 100644 --- a/bitbake/lib/bb/ui/goggle.py +++ b/bitbake/lib/bb/ui/goggle.py | |||
@@ -81,7 +81,7 @@ def main (server, eventHandler): | |||
81 | 81 | ||
82 | try: | 82 | try: |
83 | cmdline, error = server.runCommand(["getCmdLineAction"]) | 83 | cmdline, error = server.runCommand(["getCmdLineAction"]) |
84 | if err: | 84 | if error: |
85 | print("Error getting bitbake commandline: %s" % error) | 85 | print("Error getting bitbake commandline: %s" % error) |
86 | return 1 | 86 | return 1 |
87 | elif not cmdline: | 87 | elif not cmdline: |