[oe-commits] Markus Lehtonen : devtool: deploy plugin: fix bad indentation

git at git.openembedded.org git at git.openembedded.org
Fri May 15 17:07:08 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: d08e6ed590c319cb588d703673b6222ac71b70b8
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=d08e6ed590c319cb588d703673b6222ac71b70b8

Author: Markus Lehtonen <markus.lehtonen at linux.intel.com>
Date:   Mon May 11 16:17:07 2015 +0300

devtool: deploy plugin: fix bad indentation

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 3c7abfa..078c74b 100644
--- a/scripts/lib/devtool/deploy.py
+++ b/scripts/lib/devtool/deploy.py
@@ -93,8 +93,8 @@ def undeploy(args, config, basepath, workspace):
     """Entry point for the devtool 'undeploy' subcommand"""
     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))



More information about the Openembedded-commits mailing list