parent
c1529c2320
commit
45100bd4a6
4
tab.py
4
tab.py
|
@ -408,10 +408,10 @@ class StackTabber2(Tabber):
|
|||
if s in self.continue_tokens.get(name, {}):
|
||||
self._append_unless('continue', name, self._get_next_level())
|
||||
elif self.nocontinue_tokens:
|
||||
if s not in self.nocontinue_tokens.get(name, {}):
|
||||
d = self.nocontinue_tokens.get(name)
|
||||
if d is None or d != 1 and s not in d:
|
||||
self._append_unless('continue', name, self._get_next_level())
|
||||
|
||||
|
||||
if name == 'continuation':
|
||||
# handle explicit continuation
|
||||
self._append_unless('continue', name, self._get_next_level())
|
||||
|
|
Loading…
Reference in New Issue