Commit 018929ea authored by Łukasz Nowak's avatar Łukasz Nowak

Fix typo.

parent 95e98710
......@@ -212,7 +212,7 @@ class SlapTool(BaseTool):
if not self._isTestRun():
cache_plugin = self._getCachePlugin()
try:
key = '%s_%s_%s' (full, computer_id, user)
key = '%s_%s_%s' % (full, computer_id, user)
entry = cache_plugin.get(key, DEFAULT_CACHE_SCOPE)
except KeyError:
entry = None
......
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 to comment