mirror of
https://git.rtems.org/rtems-docs/
synced 2025-07-27 20:55:27 +08:00
Run through 2to3.
This commit is contained in:
parent
1ea5fb7293
commit
0858375b5a
@ -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)
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user