[entropy.client.interfaces.dep] disable previously added workaround, we now have full stack frame data
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user