summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2018-02-15 16:38:08 +0000
committerChristophe Lyon <christophe.lyon@linaro.org>2018-02-15 16:38:08 +0000
commit4150b2c70f413851aa20698c87fcf4ae8a6350e5 (patch)
treee7a2a0de4cbe47fcd43f90ad6170f90f36e4e79a
parentc6f5915aac3bfbd1e1c090eda691887cc61df6e7 (diff)
lava-boot.py: use 'ascii' chars only.HEADmaster
Change-Id: I1fe7f9edb9c74dafd64f4a62eb4afad9568a069f
-rw-r--r--lava-boot.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lava-boot.py b/lava-boot.py
index 34c70d3..4874197 100644
--- a/lava-boot.py
+++ b/lava-boot.py
@@ -175,7 +175,7 @@ def test(options, config, ctx):
# TODO: add an handler for Ctrl+C
for i in range(0, options.retries):
- LOG.info("Try n°%d", i)
+ LOG.info("Try #%d", i)
LOG.info("-> submitting %d jobs", options.parallel)
job_ids = []
for j in range(0, options.parallel):