From 7e7688c2ec409c3eb5e441a01d0fa3f13481b54f Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sun, 26 Jun 2005 20:20:48 +0000 Subject: bug [ 1072853 ] thisid not intialized in pindent.py script --- Tools/scripts/pindent.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Tools/scripts/pindent.py b/Tools/scripts/pindent.py index 39cdcc8..89ed9e6 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() -- cgit v0.12