def sync_xml(xml_ttl):
    """Synchronize modified XML. Checkout/pull down the latest modified XML
    files. If one has been modified, it will notify later steps that they need
    to be rebuilt"""
    logger.info("Syncing XML")
    sync(xml_ttl)
def sync_xml(xml_ttl):
    """Synchronize modified XML. Checkout/pull down the latest modified XML
    files. If one has been modified, it will notify later steps that they need
    to be rebuilt"""
    logger.info("Syncing XML")
    sync(xml_ttl)
def sync_xml():
    """Synchronize modified XML. Checkout/pull down the latest modified XML
    files. If one has been modified, it will notify later steps that they need
    to be rebuilt"""
    sync()