diff --git a/bob/devtools/bootstrap.py b/bob/devtools/bootstrap.py index 5ae405e60caad77510477585ff1a1a3fcea3d95e..d696ab02bc9ad14d7b4e09cf6a9b4922beb2dd0a 100644 --- a/bob/devtools/bootstrap.py +++ b/bob/devtools/bootstrap.py @@ -227,8 +227,8 @@ def ensure_miniconda_sh(): logger.info("Re-using cached miniconda3 installer (hash matches)") return else: - logger.info("Erasing cached miniconda3 installer (%s NOT match)", - actual_md5) + logger.info("Erasing cached miniconda3 installer (%s does NOT " \ + "match)", actual_md5) os.unlink("miniconda.sh") # re-downloads installer