Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7e7688c

Browse files
committed
bug [ 1072853 ] thisid not intialized in pindent.py script
1 parent 58bd190 commit 7e7688c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Tools/scripts/pindent.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@ def complete(self):
238238
self.indentsize = 1
239239
stack = []
240240
todo = []
241+
thisid = ''
241242
current, firstkw, lastkw, topid = 0, '', '', ''
242243
while 1:
243244
line = self.getline()

0 commit comments

Comments
 (0)