summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--common/waf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/waf.py b/common/waf.py
index cf73ddc..0b24f0b 100644
--- a/common/waf.py
+++ b/common/waf.py
@@ -25,7 +25,7 @@ def cmd_spell(ctx):
for file in files:
cmd = ctx.env.BIN_ASPELL + ["-c", "--personal=%s/common/spell/dict/rtems" % path, "--extra-dicts=%s/common/spell/en_GB-ise-w_accents.multi" % path, file]
- print "running:", cmd
+ print("running:", cmd)
call(cmd)