[entropy.client.interfaces.dep] disable previously added workaround, we now have full stack frame data

This commit is contained in:
Fabio Erculiani
2010-01-29 14:58:18 +01:00
parent 2fc1c3db17
commit ac113e6823
+2 -2
View File
@@ -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