You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: logs.py
+2-2
Original file line number
Diff line number
Diff line change
@@ -3,10 +3,10 @@
3
3
# Created : 13th October 2011
4
4
# Last Modified :
5
5
# Version : 1.1
6
-
# Description : This script will search for all *.log files in the given directory, zip them using the program you specify and then date stamp them
7
-
8
6
# Modifications : 1.1 - Added the variable zip_program so you can set it for the zip program on whichever OS, so to run on a different OS just change the locations of these two variables.
9
7
8
+
# Description : This script will search for all *.log files in the given directory, zip them using the program you specify and then date stamp them
9
+
10
10
importos# Load the Library Module
11
11
fromtimeimportstrftime# Load just the strftime Module from Time
0 commit comments