[OE-core] [PATCH 07/11] devtool: deploy plugin: fix bad indentation
Markus Lehtonen
markus.lehtonen at linux.intel.com
Mon May 11 13:17:07 UTC 2015
Signed-off-by: Markus Lehtonen <markus.lehtonen at linux.intel.com>
---
scripts/lib/devtool/deploy.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/scripts/lib/devtool/deploy.py b/scripts/lib/devtool/deploy.py
index f016b23..62c97fb 100644
--- a/scripts/lib/devtool/deploy.py
+++ b/scripts/lib/devtool/deploy.py
@@ -91,8 +91,8 @@ def undeploy(args, config, basepath, workspace):
deploy_file = os.path.join(basepath, 'target_deploy', args.target, args.recipename + '.list')
if not os.path.exists(deploy_file):
- logger.error('%s has not been deployed' % args.recipename)
- return -1
+ logger.error('%s has not been deployed' % args.recipename)
+ return -1
if args.dry_run:
print('Previously deployed files to be un-deployed for %s on target %s:' % (args.recipename, args.target))
--
2.1.4
More information about the Openembedded-core
mailing list