Commit f994fc63 authored by sumpfralle's avatar sumpfralle

fixed typo


git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@768 bbaffbd6-741e-11dd-a85d-61de82d9cad9
parent 665815b7
......@@ -435,7 +435,7 @@ class ProcessStatistics(object):
for key in self.workers.keys():
# be careful: maybe the workers dictionary changed in between
try:
timestampe = self.workers[key]
timestamp = self.workers[key]
if timestamp < oldest_valid:
del self.workers[key]
except KeyError:
......
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