Commit 8b5b3559 by Krishnan Sanjay

Update ooc.py

parent fcc1418b
Showing with 1 additions and 1 deletions
...@@ -81,7 +81,7 @@ class MemoryLimitedHashMap(object): ...@@ -81,7 +81,7 @@ class MemoryLimitedHashMap(object):
key = k.split("_")[0] key = k.split("_")[0]
return key return key
def flushKey(self, k, subkey): def flushKey(self, k, subkey=""):
''' '''
Removes the key from the dictionary and Removes the key from the dictionary and
persists it to disk. persists it to disk.
......
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