summaryrefslogtreecommitdiff
path: root/rtems_waf/tools.py
diff options
context:
space:
mode:
Diffstat (limited to 'rtems_waf/tools.py')
-rw-r--r--rtems_waf/tools.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtems_waf/tools.py b/rtems_waf/tools.py
index 9484de3526..3fafd51691 100644
--- a/rtems_waf/tools.py
+++ b/rtems_waf/tools.py
@@ -157,7 +157,7 @@ def rtems_cmd_config(ctx):
for bsp in sorted(list_bsp[arch]):
descr = cfg.bsp_get_detail(arch, bsp)
print(" %-20s %s" % (bsp, descr))
- print()
+ print("")
return
if ctx.options.force is False and exists("config.cfg"):