better format for results file (easier for sorting when lots of files)

This commit is contained in:
Miroslav Stampar 2011-05-22 07:02:36 +00:00
parent 25fff8c135
commit a58aaf2e1a

View File

@ -326,7 +326,7 @@ IGNORE_PARAMETERS = ("__VIEWSTATE", "__EVENTARGUMENT", "__EVENTTARGET", "__EVENT
TURN_OFF_RESUME_INFO_LIMIT = 20 TURN_OFF_RESUME_INFO_LIMIT = 20
# Strftime format for results file used in multiple target mode # Strftime format for results file used in multiple target mode
RESULTS_FILE_FORMAT = 'results-%I%M%p_%m%d%Y.csv' RESULTS_FILE_FORMAT = 'results-%m%d%Y_%I%M%p.csv'
# Official web page with the list of Python supported codecs # Official web page with the list of Python supported codecs
CODECS_LIST_PAGE = 'http://docs.python.org/library/codecs.html#standard-encodings' CODECS_LIST_PAGE = 'http://docs.python.org/library/codecs.html#standard-encodings'