summaryrefslogtreecommitdiffstats
path: root/scripts/lib/devtool/upgrade.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/lib/devtool/upgrade.py')
-rw-r--r--scripts/lib/devtool/upgrade.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/devtool/upgrade.py b/scripts/lib/devtool/upgrade.py
index a98370bc10..ef58523dc8 100644
--- a/scripts/lib/devtool/upgrade.py
+++ b/scripts/lib/devtool/upgrade.py
@@ -631,7 +631,7 @@ def check_upgrade_status(args, config, basepath, workspace):
631 for result in results: 631 for result in results:
632 # pn, update_status, current, latest, maintainer, latest_commit, no_update_reason 632 # pn, update_status, current, latest, maintainer, latest_commit, no_update_reason
633 if args.all or result[1] != 'MATCH': 633 if args.all or result[1] != 'MATCH':
634 logger.info("{:25} {:15} {:15} {} {} {}".format( result[0], 634 print("{:25} {:15} {:15} {} {} {}".format( result[0],
635 result[2], 635 result[2],
636 result[1] if result[1] != 'UPDATE' else (result[3] if not result[3].endswith("new-commits-available") else "new commits"), 636 result[1] if result[1] != 'UPDATE' else (result[3] if not result[3].endswith("new-commits-available") else "new commits"),
637 result[4], 637 result[4],