comparison multimerge.py @ 93:46c1a3b6135a

Cosmetic.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 27 Jul 2016 13:49:25 +0300
parents a348dfa6b132
children b5cc76f18256
comparison
equal deleted inserted replaced
92:a348dfa6b132 93:46c1a3b6135a
488 488
489 ## Check if we have destination calendar ID 489 ## Check if we have destination calendar ID
490 if not dst_calendar: 490 if not dst_calendar:
491 gcm_fatal(u"Could not find target/destination calendar ID for '"+ cfg.dest_name +"'.") 491 gcm_fatal(u"Could not find target/destination calendar ID for '"+ cfg.dest_name +"'.")
492 else: 492 else:
493 gcm_debug(3, u"Target calendar '{0}' [ID {1} ]".format(dst_calendar["summary"], dst_calendar["id"])) 493 gcm_debug(3, u"Target calendar '{0}' [ ID: {1} ]".format(dst_calendar["summary"], dst_calendar["id"]))
494 494
495 495
496 ## Fetch colors 496 ## Fetch colors
497 try: 497 try:
498 colors = service.colors().get().execute() 498 colors = service.colors().get().execute()