mirror of
https://github.com/python/cpython.git
synced 2025-11-12 23:16:47 +00:00
bug [ 1072853 ] thisid not intialized in pindent.py script
This commit is contained in:
parent
58bd19095a
commit
7e7688c2ec
1 changed files with 1 additions and 0 deletions
|
|
@ -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()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue