Filename | |
---|---|
logwriter.py |
diff --git a/logwriter.py b/logwriter.py index 4249fd4..5b3917d 100644 --- a/logwriter.py +++ b/logwriter.py @@ -177,6 +177,7 @@ class LogWriter: ''' self.FlushLogWriteBuffers("Flushing write buffers prior to zipping the logs\n") + # just in case we decide change the zip filename structure later, let's be flexible zipFilePattern = "log_[date].zip" zipFileTime = time.strftime("%Y%m%d_%H%M%S") zipFileRawTime = time.time()