mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Yes, I did that
This commit is contained in:
parent
47d33eb940
commit
2669d98363
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue