Kaydet (Commit) 7e7688c2 authored tarafından Georg Brandl's avatar Georg Brandl

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

üst 58bd1909
......@@ -238,6 +238,7 @@ class PythonIndenter:
self.indentsize = 1
stack = []
todo = []
thisid = ''
current, firstkw, lastkw, topid = 0, '', '', ''
while 1:
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