mirror of https://github.com/python/cpython
bug [ 1072853 ] thisid not intialized in pindent.py script
This commit is contained in:
parent
58bd19095a
commit
7e7688c2ec
|
@ -238,6 +238,7 @@ class PythonIndenter:
|
|||
self.indentsize = 1
|
||||
stack = []
|
||||
todo = []
|
||||
thisid = ''
|
||||
current, firstkw, lastkw, topid = 0, '', '', ''
|
||||
while 1:
|
||||
line = self.getline()
|
||||
|
|
Loading…
Reference in New Issue