# HG changeset patch # User Matti Hamalainen # Date 1468403973 -10800 # Node ID 784cac877428263c03bdc1488b11d817462b91f8 # Parent e5e7b6e9bd44b13bee4e9aa4d58662cf57f317a6 Remove a dot. diff -r e5e7b6e9bd44 -r 784cac877428 multimerge.py --- a/multimerge.py Wed Jul 13 12:33:12 2016 +0300 +++ b/multimerge.py Wed Jul 13 12:59:33 2016 +0300 @@ -479,7 +479,7 @@ if not dst_calendar: gcm_fatal(u"Could not find target/destination calendar ID for '"+ cfg.dest_name +"'.") else: - gcm_debug(3, u"Target calendar '{0}' id {1}.".format(dst_calendar["summary"], dst_calendar["id"])) + gcm_debug(3, u"Target calendar '{0}' id {1}".format(dst_calendar["summary"], dst_calendar["id"])) ## Fetch colors