Code review comment for lp:~reedobrien/charmworld/es-migration

Revision history for this message
Brad Crittenden (bac) wrote :

Actually you should pass the kind in the exists method:

    def exists_in_index(self, id_, kind=CHARM):
        client = self.index_client
        return client.get(id_, kind) is not None

« Back to merge proposal