From 6de07bc92fc5c7b8ae2df770d05c450592dc5a8e Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Tue, 26 May 2009 10:55:00 +0200 Subject: [PATCH] equo: reset cache before killing EntropyCacher --- client/equo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/equo.py b/client/equo.py index c9a24e24f..fabc81c14 100644 --- a/client/equo.py +++ b/client/equo.py @@ -809,8 +809,8 @@ def main(): except: - entropyTools.kill_threads() reset_cache() + entropyTools.kill_threads() Text = TextInterface() print_error(darkred(_("Hi. My name is Bug Reporter. I am sorry to inform you that Equo crashed. Well, you know, shit happens.")))