comparison multimerge.py @ 78:784cac877428

Remove a dot.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 13 Jul 2016 12:59:33 +0300
parents e5e7b6e9bd44
children 4bed40e35fae
comparison
equal deleted inserted replaced
77:e5e7b6e9bd44 78:784cac877428
477 477
478 ## Check if we have destination calendar ID 478 ## Check if we have destination calendar ID
479 if not dst_calendar: 479 if not dst_calendar:
480 gcm_fatal(u"Could not find target/destination calendar ID for '"+ cfg.dest_name +"'.") 480 gcm_fatal(u"Could not find target/destination calendar ID for '"+ cfg.dest_name +"'.")
481 else: 481 else:
482 gcm_debug(3, u"Target calendar '{0}' id {1}.".format(dst_calendar["summary"], dst_calendar["id"])) 482 gcm_debug(3, u"Target calendar '{0}' id {1}".format(dst_calendar["summary"], dst_calendar["id"]))
483 483
484 484
485 ## Fetch colors 485 ## Fetch colors
486 try: 486 try:
487 colors = service.colors().get().execute() 487 colors = service.colors().get().execute()