Kaydet (Commit) 2a0c05a8 authored tarafından Georg Brandl's avatar Georg Brandl

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

üst 0978a134
......@@ -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