From cc36f80030ace7833ca74a8b37301a9c6359bba4 Mon Sep 17 00:00:00 2001 From: Matthew Newhook Date: Wed, 11 Mar 2009 17:34:36 -0230 Subject: http://bugzilla/bugzilla/show_bug.cgi?id=3835 - AttributeError in __del__ --- scripts/Expect.py | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/Expect.py') diff --git a/scripts/Expect.py b/scripts/Expect.py index cc02bcda0f1..2ce0cd55b51 100755 --- a/scripts/Expect.py +++ b/scripts/Expect.py @@ -300,6 +300,7 @@ class Expect (object): self.desc = desc self.logfile = logfile self.timeout = timeout + self.p = None if self.logfile: self.logfile.write('spawn: "%s"\n' % command) -- cgit v1.2.3