diff --git a/platformio/util.py b/platformio/util.py index a7dc6516..3cb4765f 100644 --- a/platformio/util.py +++ b/platformio/util.py @@ -839,8 +839,7 @@ def rmtree_(path): os.remove(name) except Exception as e: # pylint: disable=broad-except click.secho( - "%s \n\nCould not remove the file `%s`. " - "Please remove it manually." % (str(e), name), + "%s \nPlease manually remove the file `%s`" % (str(e), name), fg="red", err=True)