Skip to content

Commit

Permalink
Merge branch 'master' into s3
Browse files Browse the repository at this point in the history
  • Loading branch information
tunnell committed Aug 23, 2018
2 parents ec1532e + 2b44886 commit ce5e6ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions strax/storage/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,9 @@ class StorageBackend:
these have to be hardcoded (or made part of the key).
"""

def __init__(self):
self.log = logging.getLogger(self.__class__.__name__)

def loader(self, backend_key, executor=None):
"""Iterates over strax data in backend_key
:param executor: Executor to push load/decompress operations to
Expand Down

0 comments on commit ce5e6ff

Please sign in to comment.