mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 14:04:26 +08:00
Fix an AttributeError
This commit is contained in:
@@ -181,7 +181,7 @@ class ComprehensionMixin(object):
|
||||
yield LazyKnownContexts(set_)
|
||||
|
||||
def __repr__(self):
|
||||
return "<%s of %s>" % (type(self).__name__, self._atom)
|
||||
return "<%s of %s>" % (type(self).__name__, self._comp_for_node)
|
||||
|
||||
|
||||
class _DictMixin(object):
|
||||
|
||||
Reference in New Issue
Block a user