branch : pmacs2
This commit is contained in:
moculus 2008-06-23 13:24:10 +00:00
parent c35f0f162b
commit cbf5b39670
1 changed files with 1 additions and 1 deletions

View File

@ -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: