diff options
Diffstat (limited to 'scripts/lib')
-rw-r--r-- | scripts/lib/devtool/standard.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/devtool/standard.py b/scripts/lib/devtool/standard.py index 8d9c1a3022..1c0cd8ab51 100644 --- a/scripts/lib/devtool/standard.py +++ b/scripts/lib/devtool/standard.py | |||
@@ -2021,7 +2021,7 @@ def finish(args, config, basepath, workspace): | |||
2021 | remove_work=args.remove_work | 2021 | remove_work=args.remove_work |
2022 | tinfoil = setup_tinfoil(basepath=basepath, tracking=True) | 2022 | tinfoil = setup_tinfoil(basepath=basepath, tracking=True) |
2023 | try: | 2023 | try: |
2024 | rd = parse_recipe(config, tinfoil, args.recipename, True, False) | 2024 | rd = parse_recipe(config, tinfoil, args.recipename, True) |
2025 | if not rd: | 2025 | if not rd: |
2026 | return 1 | 2026 | return 1 |
2027 | 2027 | ||