mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 10:07:14 +02:00
Fix PyLint warning
This commit is contained in:
@ -56,7 +56,7 @@ def cli(ctx, environment, target, upload_port, # pylint: disable=R0913,R0914
|
|||||||
if not disable_auto_clean:
|
if not disable_auto_clean:
|
||||||
try:
|
try:
|
||||||
_clean_pioenvs_dir(util.get_pioenvs_dir())
|
_clean_pioenvs_dir(util.get_pioenvs_dir())
|
||||||
except Exception:
|
except: # pylint: disable=bare-except
|
||||||
click.secho(
|
click.secho(
|
||||||
"Can not remove temporary directory `%s`. Please remove "
|
"Can not remove temporary directory `%s`. Please remove "
|
||||||
"`.pioenvs` directory from the project manually to avoid "
|
"`.pioenvs` directory from the project manually to avoid "
|
||||||
|
Reference in New Issue
Block a user