From 5137730c9204bf63786113d821137d9046bf4480 Mon Sep 17 00:00:00 2001 From: BryanFauble <17128019+BryanFauble@users.noreply.github.com> Date: Fri, 3 Nov 2023 16:53:59 -0700 Subject: [PATCH] revert comment --- synapseclient/core/cache.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synapseclient/core/cache.py b/synapseclient/core/cache.py index 0856a3205..b4527fba2 100644 --- a/synapseclient/core/cache.py +++ b/synapseclient/core/cache.py @@ -451,7 +451,7 @@ def purge( count = 0 for cache_dir in self._cache_dirs(): - # utils.get_modified_time returns None if the cache map file doesn't + # _get_modified_time returns None if the cache map file doesn't # exist and n > None evaluates to True in python 2.7(wtf?). I'm guessing it's # OK to purge directories in the cache that have no .cacheMap file