From 8b5b3559fd7c1ce16cdc90038de4d2bd6bd470a1 Mon Sep 17 00:00:00 2001 From: Krishnan Sanjay Date: Wed, 27 May 2020 19:47:05 -0500 Subject: [PATCH] Update ooc.py --- hw5/ooc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw5/ooc.py b/hw5/ooc.py index 3325331..6465e7f 100644 --- a/hw5/ooc.py +++ b/hw5/ooc.py @@ -81,7 +81,7 @@ class MemoryLimitedHashMap(object): key = k.split("_")[0] return key - def flushKey(self, k, subkey): + def flushKey(self, k, subkey=""): ''' Removes the key from the dictionary and persists it to disk. -- libgit2 0.25.0