parent
c35f0f162b
commit
cbf5b39670
|
@ -440,7 +440,7 @@ class PythonContext(context.Context):
|
||||||
i += 1
|
i += 1
|
||||||
|
|
||||||
if last is not None and y2 < len(self.namelines):
|
if last is not None and y2 < len(self.namelines):
|
||||||
if self.namelines[y2][0]:
|
if self.namelines[y2] and self.namelines[y2][0]:
|
||||||
n = len(self.namelines[y2][0].split('.'))
|
n = len(self.namelines[y2][0].split('.'))
|
||||||
curr = '.'.join([x[1] for x in stack[:n]])
|
curr = '.'.join([x[1] for x in stack[:n]])
|
||||||
if curr:
|
if curr:
|
||||||
|
|
Loading…
Reference in New Issue