Filename | |
---|---|
logwriter.py |
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.