From 92e69a60f4a44911808f88869130c245bc87f694 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Wed, 14 Sep 2016 23:10:46 +0300 Subject: [PATCH] Fix typo --- platformio/maintenance.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio/maintenance.py b/platformio/maintenance.py index 0494eff4..f65e4b26 100644 --- a/platformio/maintenance.py +++ b/platformio/maintenance.py @@ -42,7 +42,7 @@ def in_silence(ctx=None): (ctx.args[0] == "upgrade" or "--json-output" in ctx_args)) -def clean_cache(ctx): +def clean_cache(): with app.LocalCache() as lc: lc.clean()