Commit 7e7688c2 authored by Georg Brandl's avatar Georg Brandl

bug [ 1072853 ] thisid not intialized in pindent.py script

parent 58bd1909
...@@ -238,6 +238,7 @@ class PythonIndenter: ...@@ -238,6 +238,7 @@ class PythonIndenter:
self.indentsize = 1 self.indentsize = 1
stack = [] stack = []
todo = [] todo = []
thisid = ''
current, firstkw, lastkw, topid = 0, '', '', '' current, firstkw, lastkw, topid = 0, '', '', ''
while 1: while 1:
line = self.getline() line = self.getline()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment