Commit ab8c8e48 by Krishnan Sanjay

Update ooc.py

parent 2c6be916
Showing with 1 additions and 1 deletions
......@@ -119,7 +119,7 @@ class MemoryLimitedHashMap(object):
Streams all of the data from all keys
'''
if includeMemory:
if inMemory:
for k in self.keys():
yield (k, self.get(k))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment