File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3737--------------------
3838
3939The --rename option allows you to specify a renaming format string. The string
40- is constructed the pythonic (3.0) way with {:field} indicating the substition
40+ is constructed the pythonic (3.0) way with {:field} indicating the substitution
4141of a field. The forward slash (/) is a special character here which terminates
4242a folder name and allows for organization into subdirectories. All other string
4343characters form the template into which the fields are inserted.
138138 files every SECONDS seconds.
139139 --rename FORMAT
140140 :map - Inserts the map name.
141- :date - Inserts a string formated datetime object using --date-format.
141+ :date - Inserts a string formatted datetime object using --date-format.
142142 :length - Inserts a string formatted time object using --length-format.
143143 :teams - Inserts a comma separated player list. Teams are separated
144144 with a ' vs ' string. Format the player with --player-format.
@@ -602,7 +602,7 @@ def main():
602602 try :
603603 run (parser .parse_args ())
604604 except KeyboardInterrupt :
605- print ("\n \n Script Interupted . Process Aborting" )
605+ print ("\n \n Script Interrupted . Process Aborting" )
606606
607607
608608if __name__ == "__main__" :
You can’t perform that action at this time.
0 commit comments