mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
devtool: deploy plugin: fix bad indentation
(From OE-Core rev: 6866b3027babcc390130f0cba4990c0f769cdb6a) Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
7883af3097
commit
18114bb8a6
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user