diff multimerge.py @ 75:ee05430f1a4d

Update comment.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 12 Jul 2016 14:30:19 +0300
parents b3f8621f1a25
children a63cc3633adb
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))