From a6aa09f63d41c3f8747bc38dee31d58980924135 Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Sat, 14 Aug 2010 08:41:11 +0200 Subject: [PATCH] [entropy.server] fix regression, remove duplicated os.remove() --- libraries/entropy/server/interfaces/main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/libraries/entropy/server/interfaces/main.py b/libraries/entropy/server/interfaces/main.py index 4b7fee515..4a92f07f8 100644 --- a/libraries/entropy/server/interfaces/main.py +++ b/libraries/entropy/server/interfaces/main.py @@ -895,7 +895,6 @@ class ServerQAInterfacePlugin(QAInterfacePlugin): if dbc is not None: dbc.closeDB() os.close(tmp_fd) - os.remove(tmp_f) return True