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 37
37
--------------------
38
38
39
39
The --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
41
41
of a field. The forward slash (/) is a special character here which terminates
42
42
a folder name and allows for organization into subdirectories. All other string
43
43
characters form the template into which the fields are inserted.
138
138
files every SECONDS seconds.
139
139
--rename FORMAT
140
140
: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.
142
142
:length - Inserts a string formatted time object using --length-format.
143
143
:teams - Inserts a comma separated player list. Teams are separated
144
144
with a ' vs ' string. Format the player with --player-format.
@@ -602,7 +602,7 @@ def main():
602
602
try :
603
603
run (parser .parse_args ())
604
604
except KeyboardInterrupt :
605
- print ("\n \n Script Interupted . Process Aborting" )
605
+ print ("\n \n Script Interrupted . Process Aborting" )
606
606
607
607
608
608
if __name__ == "__main__" :
You can’t perform that action at this time.
0 commit comments