Skip to content

Commit

Permalink
fixing problem with reindex-fast on CKAN 2.7
Browse files Browse the repository at this point in the history
I didn't test this on 2.8 but it might be needed there as well from what i see in the code there
  • Loading branch information
alexandru-m-g authored and smotornyuk committed Jun 16, 2019
1 parent 809d1ee commit b8f0dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/lib/cli.py
Expand Up @@ -627,7 +627,7 @@ def clear(self):

def rebuild_fast(self):
### Get out config but without starting pylons environment ####
conf = self._get_config()
conf = _get_config(self.options.config)

### Get ids using own engine, otherwise multiprocess will balk
db_url = conf['sqlalchemy.url']
Expand Down

0 comments on commit b8f0dad

Please sign in to comment.