# HG changeset patch # User timeless@gmail.com # Date 2016-05-03 14:06:59 # Node ID f6cd2511b9f59f09766933925ab0c465952c26c3 # Parent f8a3a2c8687babbf437ebf16115f17417458217c spelling: milliseconds diff --git a/kallithea/lib/paster_commands/cleanup.py b/kallithea/lib/paster_commands/cleanup.py --- a/kallithea/lib/paster_commands/cleanup.py +++ b/kallithea/lib/paster_commands/cleanup.py @@ -73,7 +73,7 @@ class Command(BasePasterCommand): :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):