Skip to content

Commit 2dacca9

Browse files
author
birkenfeld
committed
bug [ 1072853 ] thisid not intialized in pindent.py script
git-svn-id: http://svn.python.org/projects/python/trunk@39073 6015fed2-1504-0410-9fe1-9d1591cc4771
1 parent 8ff8cff commit 2dacca9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)