Skip to content

Commit

Permalink
Merge branch 'master' of github.com:IdentityPython/pyFF
Browse files Browse the repository at this point in the history
  • Loading branch information
leifj committed Sep 2, 2019
2 parents 3329d6b + 22b7d8a commit ce41d56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pyff/store.py
Original file line number Diff line number Diff line change
Expand Up @@ -519,6 +519,7 @@ def __init__(self, *args, **kwargs):
self.reset()

def _setup(self):
self._redis = getattr(self, '_redis', None)
if not self._redis:
self._redis = redis() # XXX test cases won't get correctly unpicked because of this
self.schema = Schema(content=NGRAMWORDS(stored=False))
Expand Down

0 comments on commit ce41d56

Please sign in to comment.