changeset 75:ee05430f1a4d

Update comment.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 12 Jul 2016 14:30:19 +0300
parents 39a1575d4aa9
children a63cc3633adb
files multimerge.py
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/multimerge.py	Tue Jul 12 11:45:43 2016 +0300
+++ b/multimerge.py	Tue Jul 12 14:30:19 2016 +0300
@@ -574,7 +574,9 @@
         except Exception as e:
             gcm_fatal(u"Failed to delete stale event:\n{0}\n\nERROR: {1}\n".format(event, str(e)))
 
-## Update the target calendar name with timestamp
+##
+## Finally, update the calendar name with timestamp
+##
 t_time = time.localtime()
 t_str = time.strftime("%d.%m.%Y %H:%M", t_time)
 gcm_debug(u"Updating target calendar name timestamp {0}".format(t_str))