Changeset 593


Ignore:
Timestamp:
11/28/09 23:56:13 (14 years ago)
Author:
Nicholas Riley
Message:

update_dates.py: Use minutes rather than months in timestamp - the
cause of bizarre filename conflicts.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Update Dates/update_dates.py

    r573 r593  
    102102    acro_process = SystemEvents.application_processes[u'Acrobat']
    103103
    104     filename = datetime.now().strftime('Scanned Document %y%m%d %H%m%S')
     104    filename = datetime.now().strftime('Scanned Document %y%m%d %H%M%S')
    105105
    106106    SA = ScriptingAddition()
Note: See TracChangeset for help on using the changeset viewer.