1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-31 00:39:46 +00:00

bitbake: cookerdata: fix indentation and trailing spaces

Fix one incorrect indentation and several lines with trailing spaces.

(Bitbake rev: 4dbf4f1907a32f303c2e9acf2f27817cf3c9ec38)

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Paul Eggleton
2017-06-09 16:59:53 +02:00
committed by Richard Purdie
parent c361cac161
commit f93c9157e5
+1 -1
View File
@@ -81,7 +81,7 @@ class ConfigParameters(object):
ret, error = server.runCommand(["updateConfig", options, environment, sys.argv]) ret, error = server.runCommand(["updateConfig", options, environment, sys.argv])
if error: if error:
raise Exception("Unable to update the server configuration with local parameters: %s" % error) raise Exception("Unable to update the server configuration with local parameters: %s" % error)
def parseActions(self): def parseActions(self):
# Parse any commandline into actions # Parse any commandline into actions