This commit is contained in:
Ivan Kravets
2016-09-14 23:10:46 +03:00
parent 72084a2013
commit 92e69a60f4

View File

@ -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()