mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +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
|
||||
stack = []
|
||||
todo = []
|
||||
thisid = ''
|
||||
current, firstkw, lastkw, topid = 0, '', '', ''
|
||||
while 1:
|
||||
line = self.getline()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue