# HG changeset patch # User Matti Hamalainen # Date 1468323019 -10800 # Node ID ee05430f1a4d4c218ff6012cfe97b581d9450070 # Parent 39a1575d4aa96183e85624faaffcd47e99289564 Update comment. diff -r 39a1575d4aa9 -r ee05430f1a4d multimerge.py --- 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))