Core: Default to completely clearing the cache when requested

This commit is contained in:
Mike Auty
2024-04-30 12:34:46 +01:00
parent 8f0d1b37cc
commit 35c5837218
+1 -1
View File
@@ -223,7 +223,7 @@ def list_plugins() -> Dict[str, Type[interfaces.plugins.PluginInterface]]:
return plugin_list
def clear_cache(complete=False):
def clear_cache(complete=True):
try:
if complete:
glob_pattern = "*.cache"