From 749a59aef97c7d209f489929661136c501c45f4d Mon Sep 17 00:00:00 2001 From: Andreas Kloeckner Date: Wed, 10 Aug 2016 18:15:06 -0500 Subject: [PATCH] Fix typo in persistent_dict message --- pytools/persistent_dict.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytools/persistent_dict.py b/pytools/persistent_dict.py index 513182a..524c952 100644 --- a/pytools/persistent_dict.py +++ b/pytools/persistent_dict.py @@ -365,7 +365,7 @@ class PersistentDict(object): if read_key != key: # Key collision, oh well. - logger.info("%s: key collsion in cache at '%s'" + logger.info("%s: key collision in cache at '%s'" % (self.identifier, self.container_dir)) raise NoSuchEntryError(key) -- GitLab