Commit 67d8699b authored by Grégory Wisniewski's avatar Grégory Wisniewski

Fix typo.


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@959 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent db0f8473
......@@ -178,7 +178,7 @@ class ThreadContext(object):
def __getThreadData(self):
thread_id = get_ident()
try:
result = self._threads_dict[thread_id
result = self._threads_dict[thread_id]
except KeyError:
self.clear(thread_id)
result = self._threads_dict[thread_id]
......
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