Yes, I did that

This commit is contained in:
Thomas S Hatch 2011-03-16 22:43:59 -06:00
parent 47d33eb940
commit 2669d98363

View file

@ -120,7 +120,7 @@ class LocalClient(object):
retp = os.path.join(jid_dir, fn_, 'return.p')
if not os.path.isfile(retp):
continue
while not ret.has_key[fn_]:
while not ret.has_key(fn_):
try:
ret[fn_] = pickle.load(open(retp, 'r'))
except: