Created
November 19, 2012 23:20
-
-
Save inklesspen/4114750 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Exception in thread Thread-2: | |
| Traceback (most recent call last): | |
| File "/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 551, in __bootstrap_inner | |
| self.run() | |
| File "/usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/lib/python2.7/threading.py", line 504, in run | |
| self.__target(*self.__args, **self.__kwargs) | |
| File "/Users/jon/code/forks/dogpile.cache-fork/tests/cache/_fixtures.py", line 104, in f | |
| reg.get_or_create("some key", creator) | |
| File "/Users/jon/code/forks/dogpile.cache-fork/dogpile/cache/region.py", line 365, in get_or_create | |
| expiration_time) as value: | |
| File "/Users/jon/code/forks/dogpile.cache-fork/localpy/lib/python2.7/site-packages/dogpile/core/dogpile.py", line 142, in __enter__ | |
| return self._enter() | |
| File "/Users/jon/code/forks/dogpile.cache-fork/localpy/lib/python2.7/site-packages/dogpile/core/dogpile.py", line 83, in _enter | |
| value = value_fn() | |
| File "/Users/jon/code/forks/dogpile.cache-fork/dogpile/cache/region.py", line 346, in get_value | |
| value = self.backend.get(key) | |
| File "/Users/jon/code/forks/dogpile.cache-fork/dogpile/cache/backends/file.py", line 168, in get | |
| value = dbm.get(key, NO_VALUE) | |
| AttributeError: get |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment