if not os.path.exists(path):
        error = '"{0}" not found'.format(path)
        log.error('DSC: %s', error)
        raise CommandExecutionError(error)