# HG changeset patch # User timeless@gmail.com # Date 1462277219 0 # Node ID f6cd2511b9f59f09766933925ab0c465952c26c3 # Parent f8a3a2c8687babbf437ebf16115f17417458217c spelling: milliseconds diff -r f8a3a2c8687b -r f6cd2511b9f5 kallithea/lib/paster_commands/cleanup.py --- a/kallithea/lib/paster_commands/cleanup.py Tue May 03 12:06:37 2016 +0000 +++ b/kallithea/lib/paster_commands/cleanup.py Tue May 03 12:06:59 2016 +0000 @@ -73,7 +73,7 @@ :param name: """ - date_part = name[4:19] # 4:19 since we don't parse milisecods + date_part = name[4:19] # 4:19 since we don't parse milliseconds return datetime.datetime.strptime(date_part, '%Y%m%d_%H%M%S') def command(self):