diff --git a/Tools/scripts/pindent.py b/Tools/scripts/pindent.py index 39cdcc8b469..89ed9e69998 100755 --- a/Tools/scripts/pindent.py +++ b/Tools/scripts/pindent.py @@ -238,6 +238,7 @@ class PythonIndenter: self.indentsize = 1 stack = [] todo = [] + thisid = '' current, firstkw, lastkw, topid = 0, '', '', '' while 1: line = self.getline()