From ac113e682380c6ec60d06960cb5da8c078a469bc Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Fri, 29 Jan 2010 14:58:18 +0100 Subject: [PATCH] [entropy.client.interfaces.dep] disable previously added workaround, we now have full stack frame data --- libraries/entropy/client/interfaces/dep.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/entropy/client/interfaces/dep.py b/libraries/entropy/client/interfaces/dep.py index 3ee5e7aed..b52fa6cb9 100644 --- a/libraries/entropy/client/interfaces/dep.py +++ b/libraries/entropy/client/interfaces/dep.py @@ -182,8 +182,8 @@ class CalculatorsMixin: # FIXME: there is a bug up the queue somewhere # but current error report tool didn't provide full # stack variables (only for the innermost frame) - if isinstance(m_id, tuple): - m_id = m_id[0] + #if isinstance(m_id, tuple): + # m_id = m_id[0] m_db = self.__atom_match_open_db(m_repo, server_inst) if not m_db.isIdpackageAvailable(m_id): return None