mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-31 02:27:13 +02:00
Cleanup check only on update
command
This commit is contained in:
@ -59,7 +59,7 @@ def on_platformio_start(ctx, force, caller):
|
|||||||
app.set_session_var("caller_id", caller)
|
app.set_session_var("caller_id", caller)
|
||||||
telemetry.on_command()
|
telemetry.on_command()
|
||||||
|
|
||||||
if ctx.args and ctx.args[0] == "upgrade":
|
if ctx.args and ctx.args[0] == "update":
|
||||||
app.clean_cache()
|
app.clean_cache()
|
||||||
if not in_silence(ctx):
|
if not in_silence(ctx):
|
||||||
after_upgrade(ctx)
|
after_upgrade(ctx)
|
||||||
|
Reference in New Issue
Block a user