From 348b1e66d0766c6c991cde1d3710114e8bc6b780 Mon Sep 17 00:00:00 2001 From: nanotube Date: Wed, 12 Oct 2005 14:53:33 +0000 Subject: [PATCH] fix bug 1323518, failure to write to onefile. --- logwriter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logwriter.py b/logwriter.py index 95f0472..a305d19 100644 --- a/logwriter.py +++ b/logwriter.py @@ -117,7 +117,7 @@ class LogWriter: return False self.PrintDebug("writing to: " + self.writeTarget + "\n") - return + return True subDirName = self.filter.sub(r'__',self.processName) #our subdirname is the full path of the process owning the hwnd, filtered. -- 2.45.1