parent
f6a44f4078
commit
766b923fbb
2
tab.py
2
tab.py
|
@ -411,8 +411,6 @@ class StackTabber2(Tabber):
|
|||
if i == 0 and self.stack and self.stack[-1].name == 'continue':
|
||||
self.stack.pop()
|
||||
if t.string in self.open_scope_tokens.get(t.name, set()):
|
||||
#self._pop_while('continue', 'control')
|
||||
#self._pop_while('continue')
|
||||
self._pop('continue', 'control')
|
||||
if i == 0 and t.string in self.open_scope_tokens.get(t.name, set()):
|
||||
self._save_curr_level()
|
||||
|
|
Loading…
Reference in New Issue