Skip to content

Commit

Permalink
revert comment
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanFauble committed Nov 3, 2023
1 parent e0f78f6 commit 5137730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synapseclient/core/cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5137730

Please sign in to comment.